dotfiles/templates/C/main.c
2018-02-12 14:47:28 +01:00

9 lines
70 B
C

#include <stdio.h>
int main(int argc, char **argv)
{
return 0;
}