Skip to content
Snippets Groups Projects
Select Git revision
  • 1cbe475aa016739f8023644aae87c2331ae02138
  • 2022ws default protected
  • MPeth-2022ws-patch-01682
  • 2021ws
  • 2020ws
  • 2019ws
  • 2019ss
  • 2018ws
  • 2017ws
  • 2017ss
  • 2016ws
  • 2016ss
  • 2015ss
13 results

hello-01.c

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