HelloCpp/helloWorld.cpp
2021-01-24 16:02:27 -06:00

5 lines
68 B
C++

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