This website requires JavaScript.
Explore
Help
Sign In
quentinlegot
/
burritos
Watch
1
Star
0
Fork
0
You've already forked burritos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9748b0f2dc
burritos
/
src
/
main.rs
7 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
decode & struct Instruction
2022-10-19 16:39:38 +02:00
mod
decode
;
Initialized cargo project
2022-10-05 16:30:21 +02:00
fn
main
(
)
{
decode & struct Instruction
2022-10-19 16:39:38 +02:00
let
instr
=
decode
::
decode
(
98
)
;
Initialized cargo project
2022-10-05 16:30:21 +02:00
println!
(
"
Hello, world!
"
)
;
}
Reference in New Issue
Copy Permalink