This commit is contained in:
2025-11-30 01:51:19 +03:00
commit 37237f67f8
12 changed files with 191 additions and 0 deletions

8
importT.cpp Normal file
View File

@@ -0,0 +1,8 @@
import std;
int main (void) {
std::cout << "Hello World!";
return 0;
}