Skip to content
Snippets Groups Projects
Select Git revision
  • c81d16c224456db52b897da7e90804eefeb94d42
  • master default protected
2 results

ex01.c

Blame
  • adrian.spycher's avatar
    adrian.spycher authored
    c81d16c2
    History
    ex01.c 112 B
    /**
     * Adrian Spycher
     * Question 01
     */
    
    #include <stdlib.h>
    #include <stdio.h>
    
    int main()
    {
    
        return 0;
    }