Saturday, January 25, 2020

CPP: Hello world

Copy and save code below as helloworld.cpp


To build:
$: clang++ helloworld.cpp

Run it:
$: ./a.out

No comments:

Formatting code in Blogger

I have been using Github gists to share code and I have no plan of abandoning it. For smaller/one liners, I sometimes use div element with ...