Untitled

 avatar
unknown
c_cpp
2 years ago
65 B
5
Indexable
int main()
{
    printk("%s: hello\n", __func__);
    return 0;
}
Editor is loading...