This commit is contained in:
2026-01-04 18:45:26 +01:00
parent 36e1c4bfa9
commit 164f9e1edd
+1
View File
@@ -11,6 +11,7 @@ int main() {
std::cout << "i = " << i << std::endl;
}
//test
return 0;
// TIP See CLion help at <a href="https://www.jetbrains.com/help/clion/">jetbrains.com/help/clion/</a>. Also, you can try interactive lessons for CLion by selecting 'Help | Learn IDE Features' from the main menu.
}