Skip to content
Snippets Groups Projects
Select Git revision
  • 2016ws
  • 2024ws default
  • 2023ws
  • 2022ws
  • 2021ws
  • 2020ws
  • 2018ws
  • 2019ws
  • 2017ws
9 results

hello-1.c

Blame
  • hello-1.c 82 B
    #include <stdio.h>
    
    int main (void)
    {
      printf ("Hello, world!\n");
      return 0;
    }