passgen/main.cpp
2024-04-28 13:55:23 +02:00

7 lines
78 B
C++

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