Skip to content
Snippets Groups Projects
Select Git revision
  • 2023ss
  • 2022ss
  • 2021ss
  • 2020ss
  • 2019ss
  • 2018ss
  • 2017ss
  • 2016ss
  • 2015ss
  • 2014ss
10 results

pgslides.sty

Blame
  • Forked from Peter Gerwinski / bs
    Source project has a limited visibility.
    higher-math-1.c 101 B
    #include <stdio.h>
    
    #define VIER 4
    
    int main (void)
    {
      printf ("2 + 2 = %d\n", VIER);
      return 0;
    }