Browse Source

Added simple main file

Angel Ortiz 7 years ago
parent
commit
1a3b50c815
1 changed files with 6 additions and 0 deletions
  1. 6 0
      main.cpp

+ 6 - 0
main.cpp

@@ -0,0 +1,6 @@
+#include <stdio.h>
+int main(){
+
+    printf("Hello World!\n");
+    return 0;
+}