This website works better with JavaScript.
Home
Explore
Help
Sign In
izz
/
ceres
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Fantasy Console
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13
Commits
1
Branch
87 KiB
Rust
99.4%
Assembly
0.6%
Tree:
a659935029
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a659935029'
${ noResults }
ceres
/
justfile
11 lines
84 B
Raw
Blame
History
alias r := run
alias b := build
build:
clear
cargo build
run:
clear
cargo run