Select Git revision
loesung-2-1c.c
Forked from
Peter Gerwinski / hp
Source project has a limited visibility.
higher-math-03.c 142 B
#include <stdio.h>
#define NINE (1 + 8)
#define SIX (5 + 1)
int main (void)
{
printf ("nine times six = %d\n", NINE * SIX);
return 0;
}