Parcourir la source

Merge branch 'feature/different-hello-world'

1ffy il y a 1 mois
Parent
commit
4c339b5799
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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!("Привет, мир!");
 }