Skip to content

AtsushiSakai/TwoStepCppExe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwoStepCppExe

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

Usage

just two steps:

  1. Clone this repository (hoge is your project name)

    git clone https://github.com/AtsushiSakai/TwoStepCppExe.git hoge

  2. Execute the shell script for build and execution

    ./hoge/test.sh

you can see "Hello world" on your shell

Requirement

gcc is installed.

Licence

MIT

About

Simple C++ Hello world executor with only two steps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published