2 Commit-ok b97343fdf4 ... 4c339b5799

Szerző SHA1 Üzenet Dátum
  1ffy 4c339b5799 Merge branch 'feature/different-hello-world' 1 hónapja
  1ffy e0b12fbd9d Русифицировал код 1 hónapja
1 módosított fájl, 1 hozzáadás és 1 törlés
  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!("Привет, мир!");
 }