Test1/main.cpp

7 lines
84 B
C++
Raw Normal View History

2024-11-29 15:59:40 +00:00
#include <iostream>
int main() {
std::cout << "hello world" << "\n";
return 0;
}