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
Merge branch 'feature/different-hello-world'
1ffy
1 month ago
parent
b97343fdf4
e0b12fbd9d
commit
4c339b5799
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!("
Привет, мир
!");
}