This commit is contained in:
Михаил Капелько
2024-03-19 22:30:25 +03:00
parent 8027ffbdba
commit b4266c3837
8 changed files with 7 additions and 11 deletions

5
cpp/src/test.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include <iostream>
int main() {
std::cout << "Hello, world! C++" << std::endl;
}