L3A/main.cpp
2024-09-21 18:30:11 -06:00

5 lines
82 B
C++

#include <iostream>
int main(void) {
std::cout << "Hello World" << std::endl;
}