Skip to content
Snippets Groups Projects
Select Git revision
  • 96f38ce6b44e096a9ae84859d3815e52e1ed9c22
  • 2023ss default protected
  • 2022ss
  • 2021ss
  • 2020ss
  • 2019ss
  • 2018ss
  • 2017ss
  • 2016ss
  • 2015ss
  • 2014ss
11 results

hello-2.c

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