Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.12-rc4 6 lines 76 B view raw
1#include <stdio.h> 2int main(void) 3{ 4 printf("Hello World!\n"); 5 return 0; 6}