2
0

2 Revīzijas b97343fdf4 ... 4c339b5799

Autors SHA1 Ziņojums Datums
  1ffy 4c339b5799 Merge branch 'feature/different-hello-world' 1 mēnesi atpakaļ
  1ffy e0b12fbd9d Русифицировал код 1 mēnesi atpakaļ
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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!("Привет, мир!");
 }