Template
1
0

Testing files on the git

This commit is contained in:
2025-06-18 00:47:25 +03:00
parent 026841746e
commit 8df1342231

View File

@@ -0,0 +1,3 @@
#include <iostream>
int main(int argc, char **argv) { std::cout << "hi\n"; }