C build tool of the 21st century
at main 5 lines 69 B view raw
1#include <stdio.h> 2 3void func2(void) { 4 printf("Function 2\n"); 5}