Test1/main.cpp

8 lines
99 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;
}
2025-04-18 14:20:41 +00:00
void dev() { }