Skip to content
Snippets Groups Projects
Select Git revision
  • 47fbe2beac25a805511f2dca459d67e1e6859c88
  • master default
2 results

output-2.c

Blame
  • Forked from Peter Gerwinski / hp
    362 commits behind the upstream repository.
    output-2.c 95 B
    #include <stdio.h>
    
    int main (void)
    {
      printf ("Die Antwort lautet: %d\n", 42);
      return 0;
    }