Files
data-structures-and-algorithms/homework2/main.cpp
T
2024-10-10 12:08:09 +08:00

7 lines
97 B
C++

#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}