dotfiles/fake_home/.vim/templates/skeleton.c

10 lines
117 B
C
Raw Normal View History

2024-01-20 19:19:02 -05:00
// skeleton.c
#include <stdio.h>
int main(int argc, char* argv[])
{
printf("Hello, world!\n");
return 0;
}