labs-edaf30/lab1/hello.cc
2024-11-11 18:06:07 +01:00

5 lines
97 B
C++

#include <iostream>
int main(int argc, char *argv[]) {
std::cout << "Hello" << std::endl;
}