This website works better with JavaScript
홈
탐색
로그인
pivozavri
/
git
Watch
2
Star
0
포크
0
2 커밋
b97343fdf4
...
4c339b5799
작성자
SHA1
메시지
날짜
1ffy
4c339b5799
Merge branch 'feature/different-hello-world'
1 개월 전
1ffy
e0b12fbd9d
Русифицировал код
1 개월 전
1개의 변경된 파일
과
1개의 추가작업
그리고
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!("
Привет, мир
!");
}