Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.13 6 lines 76 B view raw
1#include <stdio.h> 2int main(void) 3{ 4 printf("Hello World!\n"); 5 return 0; 6}