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

ascii-1.c

Blame
  • Forked from Peter Gerwinski / hp
    361 commits behind the upstream repository.
    ascii-1.c 99 B
    #include <stdio.h>
    
    int main (void)
    {
      printf ("Der Buchstabe lautet: %c\n", 1117);
      return 0;
    }