This commit is contained in:
Михаил Капелько
2024-03-19 22:45:29 +03:00
parent cd21d0d8ab
commit b44223d065
6 changed files with 6 additions and 1 deletions

View File

View File

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