This website requires JavaScript.
Explore
Help
Sign In
subcrip
/
CompetitiveProgramming
Watch
1
Star
0
Fork
You've already forked CompetitiveProgramming
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2bcb210c18
CompetitiveProgramming
/
src
/
test_mod.rs
5 lines
85 B
Rust
Raw
Blame
History
pub
mod
a_mod
{
pub
fn
hello_world
(
)
{
println!
(
"
Hello, world!
"
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink