Explorar el Código

Merge branch 'master' of https://git.hammerle.me/kjhammerle/fanorona-bot

Hudriwudri hace 3 años
padre
commit
c893555f9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/Main.cpp

+ 1 - 1
source/Main.cpp

@@ -1,6 +1,6 @@
 #include <iostream>
 
 int main() {
-    std::cout << "Test\n";
+    std::cout << "Test2\n";
     return 0;
 }