Skip to content
Snippets Groups Projects
Select Git revision
  • 0699333bfe5525e72209e2a1d1fb5ecc83746a86
  • master default protected
  • 2018ws
  • 2017ws
  • 2016ws
5 results

hello-5.c

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    hello-3.c 121 B
    extern int printf (const char *__restrict __format, ...);
    
    int main (void)
    {
      printf ("Hello, world!\n");
      return 0;
    }