Browse Source

Русифицировал код

1ffy 1 month ago
parent
commit
e0b12fbd9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test-project/src/main.rs

+ 1 - 1
test-project/src/main.rs

@@ -1,3 +1,3 @@
 fn main() {
-    println!("Hello, world!");
+    println!("Привет, мир!");
 }