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