// 01-hellow.cpp : prints a line of text to the console import std; using namespace std; int main() { println("Hello, World!"); }