lessons/hello_clion.cpp (
5
lines of code) (
raw
):
#include <iostream> int main() { std::cout << "Hello CLion!\n"; }