Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atsushisakai/twostepcppexe

Simple C++ Hello world executor with only two steps.
https://github.com/atsushisakai/twostepcppexe

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/AtsushiSakai/TwoStepCppExe/blob/master/LICENSE)