Simple C++ Hello world executor with only two steps.
This is imspired by the post:
Learn to Say "Hello, World" - Programmer 97-things http://programmer.97things.oreilly.com/wiki/index.php/Learn_to_say_Hello_World
just two steps:
-
Clone this repository (hoge is your project name)
git clone https://github.com/AtsushiSakai/TwoStepCppExe.git hoge
-
Execute the shell script for build and execution
./hoge/test.sh
you can see "Hello world" on your shell
gcc is installed.