Skip to content
Snippets Groups Projects
Select Git revision
  • 886083548c9e3422b8eb0cbc9a4be5fdc0e6d683
  • main default protected
  • backtracking
  • vis
  • pure_wfc
  • plain_sudoku
6 results

Makefile

Blame
  • 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;
    }