Skip to content
Snippets Groups Projects
Select Git revision
  • 0ba264323975d1dc4dd71499afc9d06ee4ce3d5e
  • master default
2 results

higher-math-5.c

Blame
  • Forked from Peter Gerwinski / hp
    328 commits behind the upstream repository.
    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;
    }