Skip to content
Snippets Groups Projects
Select Git revision
  • 4535883d466c934b2d1485bfc775794c61900bfc
  • master default
  • i18n
3 results

hello.c

Blame
  • hello.c 97 B
    #include <stdio.h>
    
    int main(int argc, char **argv)
    {
    	printf("Hello World!!!!\n");
    	return 0;
    }