Skip to content

Latest commit

 

History

History

rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TMG (Rust)

Compile

To compile project, run:

cargo build

OR

rustc src/main.rs -o build/tmg

Run

To run project:

cargo run