This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12c32e944d
rust
/
src
/
test
/
run-pass
/
shebang.rs
5 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
Added a test for #! comments
2012-05-22 20:03:26 -05:00
#!/usr/bin/env rustx
// pp-exact
Remove 'use' line that's confusing pp-exact during use/import transition.
2012-09-05 18:09:03 -05:00
fn
main
(
)
{
io
::
println
(
"
Hello World
"
)
;
}
Reference in New Issue
Copy Permalink