Skip to content
Snippets Groups Projects
Select Git revision
  • 08256e681ca958282c556749d6332bf473cf4251
  • master default
2 results

test-5.c

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    test-5.c 97 B
    #include <stdio.h>
    
    int main (void)
    {
      printf ("Die Antwort lautet: %x.\n", 'B');
      return 0;
    }