index
:
ggb.git
master
Unnamed repository; edit this file 'description' to name the repository.
Anon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
blob: bfc2330e84b7f38a3e9c943d3b03fe91841f5f95 (
plain
)
1
2
3
4
5
6
7
mod types; use types::*; fn main() { println!("Hello World!"); }