Compiled with g++ directly

Compile it with g++

g++ main.cpp -o out_runnable

Run it:

./out_runnable

Example Commit:

gt.sandbox.checkout.commit.cleanly df75277 \
&& cd cpp/hello-world \
&& file.execute.announce ./build.sh \
&& file.execute.announce ./run.sh

Backlinks