Select Git revision
higher-math-1.c
Forked from
Peter Gerwinski / hp
46 commits behind the upstream repository.
Peter Gerwinski authored
higher-math-1.c 101 B
#include <stdio.h>
#define VIER 4
int main (void)
{
printf ("2 + 2 = %d\n", VIER);
return 0;
}