Browse Source

Testing that the cmake works correctly.

Angel Ortiz 7 years ago
parent
commit
fd59cb23f8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main.cpp

+ 1 - 2
src/main.cpp

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