Skip to content
Snippets Groups Projects
Select Git revision
  • 4ba834c600a5248b05c1675a32645b3896bb8ab5
  • master default protected
2 results

hello_world.c

Blame
  • hello_world.c 77 B
    #include <stdio.h>
    int main() {
       printf("Hello, World!\n");
       return 0;
    }