ASDV-Cpp/Assignments/HelloCLion/main.cpp

7 lines
97 B
C++
Raw Permalink Normal View History

2024-02-23 20:31:05 -06:00
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}