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

https://github.com/louiml/ree-ree


https://github.com/louiml/ree-ree

cpp custom-programming-language easy-to-use gpp library programming-language

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Hello this a basic programming language
#### How to run? ->
##### Install G++
###### MacOS:
* brew install g++
###### UbuntuOS:
* sudo apt install g++
#
##### Run the main file ->
###### MacOS:
* g++ includer.cpp -o (custom-namefile)
* ./(custom-namefile) [this is run the "template.rr" file]
###### UbuntuOS:
* g++ includer.cpp -o (custom-namefile)
* ./(custom-namefile) [this is run the "template.rr" file]