This website requires JavaScript.
Explore
Help
Sign in
statzitz
/
rustit
Watch
1
Star
0
Fork
You've already forked rustit
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3c18c49ea0
rustit
/
01_phase_rust_src
/
sv
/
src
/
main.rs
8 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
read args given to sv
2024-04-05 18:34:08 +02:00
use
std
::
env
;
add init sv rust folder
2024-03-25 00:57:14 +01:00
fn
main
(
)
{
read args given to sv
2024-04-05 18:34:08 +02:00
let
args
:
Vec
<
String
>
=
env
::
args
(
)
.
collect
(
)
;
dbg!
(
args
)
;
add init sv rust folder
2024-03-25 00:57:14 +01:00
}
Reference in a new issue
Copy permalink