Select Git revision
higher-math-05.c
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;
}