dotfiles/templates/c_program.c

7 lines
46 B
C
Raw Normal View History

2022-05-08 14:54:35 +02:00
#include <stdio.h>
int main()
{
return 0;
}