Skip to content

zengsai/rust-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-run

a simple tool for learning rust lang

INSTALL:

cd rust-run
make
sudo make install

USAGE:

  1. into your workspace
cd /path/to/you/workspace
  1. edit your rust source files.
vim main.rs
  1. compile and run main program, with args(for main.rs) if any.
rr main.rs [arg1, arg2, arg3, ...]

About

a simple tool for learning rust lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages