// 01-hellow.cpp : prints a line of text to the console #include <print> using namespace std; int main() { println("Hello, World!"); } ``` If you prefer not to cut-and-paste, this source file is included in the zip archive linked from this site.[^1] Having seen what this...