FG42/src/templates/c/generic_c/__project__.c.tmpl

13 lines
151 B
Cheetah
Raw Normal View History

2010-12-28 13:46:16 +00:00
/*
::license::
*/
#include <stdio.h>
#include "::unixname::.h"
int main (int argc, char *argv[])
{
printf("Hello SHIT World\n");
return 0;
}