러스트 프로젝트 추가

This commit is contained in:
2025-03-22 01:30:30 +09:00
parent 16bf414962
commit 42a60477c9
3 changed files with 14 additions and 0 deletions

3
src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}