diff --git a/HelloWord.c b/HelloWord.c new file mode 100644 index 0000000..a434f66 --- /dev/null +++ b/HelloWord.c @@ -0,0 +1,7 @@ +#include + +int main{ + printf ("Hello Word"); + + return 0; +}