wuye9036 %!s(int64=8) %!d(string=hai) anos
pai
achega
45c001f8a3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ReadMe.md

+ 2 - 2
ReadMe.md

@@ -1469,8 +1469,8 @@ template <typename T> struct Y
 };
 
 void poo(){
-    X<int>::foo();
-    X<float>::foo();
+    Y<int>::foo();
+    Y<float>::foo();
 }
 ```