Skip to content

Latest commit

 

History

History

entities1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Compilation

To compile:

git clone https://github.com/norbcodes/entities
cd entities/enities1
g++ entities.cpp
This will produce an executable named a.exe (or a.out or something similar)
To run, simply run the executable as you would any other:
./a.exe
Or similar.

Precompiled binaries are not provided.