Files
learning/cpp/Импортирование/test.cpp
2022-04-28 04:34:45 +03:00

7 lines
92 B
C++

#include <iostream>
using namespace std;
void test_func(){
cout << "Hello World!\n";
}