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
rust
/
src
/
test
/
run-pass
/
shebang.rs
7 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Added a test for #! comments
2012-05-22 18:03:26 -07:00
#!/usr/bin/env rustx
// pp-exact
test: "import" -> "use"
2012-09-05 12:32:05 -07:00
use
io
::
println
;
Added a test for #! comments
2012-05-22 18:03:26 -07:00
Move the world over to using the new style string literals and types. Closes #2907.
2012-07-13 22:57:48 -07:00
fn
main
(
)
{
io
::
println
(
~
"
Hello World
"
)
;
}
Reference in New Issue
Copy Permalink