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

loesung-1-3.c

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    output-1.c 119 B
    #include <stdio.h>
    
    int main (void)
    {
      printf ("Die Antwort lautet: ");
      printf (42);
      printf ("\n");
      return 0;
    }