Skip to content
Snippets Groups Projects
Select Git revision
  • e02488e7ac3d5a271b6a27a0ab1b03698554ad45
  • master default protected
  • 2018ws
  • 2017ws
  • 2016ws
5 results

higher-math-3.c

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    higher-math-3.c 114 B
    #include <stdio.h>
    
    #define VIER 4);
    
    int main (void)
    {
      printf ("Drei mal vier = %d.\n", 3 * VIER
      return 0;
    }