Adding project files
[isso.git] / mkstrings / main.c
1 #include <stdio.h>
2
3 int main (int argc, const char * argv[])
4 {
5 // insert code here...
6 printf("Hello, World!\n");
7 return 0;
8 }