Skip to content

Louiml/REE-ree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]