index
:
beeSystems.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
templates
/
rust
/
src
/
main.rs
blob: 629b4b1c8b555a2c37118a62f7259a3751d7adc5 (
plain
)
1
2
3
4
5
6
use rust_project::hello_world; fn main() { hello_world("print"); }