init ch1 and ch2

This commit is contained in:
2024-12-23 10:39:43 -07:00
commit e441b9e066
4 changed files with 5 additions and 0 deletions

BIN
HelloWorld/main Normal file

Binary file not shown.

3
HelloWorld/main.rs Normal file
View File

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