passgen/main.cpp

7 lines
78 B
C++
Raw Normal View History

2024-04-28 10:01:50 +00:00
#include <iostream>
int main() {
std::cout << "Hello, World!";
return 0;
}