Browse Source

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

Hudriwudri 4 năm trước cách đây
mục cha
commit
c893555f9e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }