Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 412 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 412 Bytes

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]