This website works better with JavaScript
Home
Explore
Sign In
pivozavri
/
git
Watch
2
Star
0
Fork
0
2 Commits
b97343fdf4
...
4c339b5799
Author
SHA1
Message
Date
1ffy
4c339b5799
Merge branch 'feature/different-hello-world'
1 month ago
1ffy
e0b12fbd9d
Русифицировал код
1 month ago
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!("
Привет, мир
!");
}