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

test-1.c

Blame
  • Forked from Peter Gerwinski / hp
    341 commits behind the upstream repository.
    test-1.c 84 B
    #include <stdio.h>
    
    int main (void)
    {
      return
      printf ("Hello, world!\n"),
      0;
    }