Test1/main.cpp

9 lines
99 B
C++
Raw Normal View History

2024-11-29 15:59:40 +00:00
#include <iostream>
2025-04-18 13:57:12 +00:00
void fix() {}
2024-11-29 15:59:40 +00:00
int main() {
std::cout << "hello world" << "\n";
return 0;
}