Skip to content
Snippets Groups Projects
Select Git revision
  • 0ba264323975d1dc4dd71499afc9d06ee4ce3d5e
  • master default
2 results

objects-10.c

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    hello-01.c 82 B
    #include <stdio.h>
    
    int main (void)
    {
      printf ("Hello, world!\n");
      return 0;
    }