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