This website works better with JavaScript
Home
Explore
Sign In
pivozavri
/
git
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Русифицировал код
1ffy
1 month ago
parent
b71b73c884
commit
e0b12fbd9d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
test-project/src/main.rs
+ 1
- 1
test-project/src/main.rs
View File
@@ -1,3 +1,3 @@
fn main() {
- println!("
Hello, world
!");
+ println!("
Привет, мир
!");
}