This website requires JavaScript.
Explore
Help
Register
Sign In
dymik739
/
OOP_IO-2x_2023-mirror
mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
Watch
1
Star
0
Fork
You've already forked OOP_IO-2x_2023-mirror
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aadc3f5d05
OOP_IO-2x_2023-mirror
/
Rust
/
lab_2
/
src
/
main.rs
3 lines
44 B
Rust
Raw
Normal View
History
Unescape
Escape
.
2023-05-06 23:55:52 +03:00
fn
main
(
)
{
println!
(
"
Hello, world!
"
)
;
Lab 4, Kotlin.
2023-05-13 14:31:07 +03:00
}