Skip to content

Commit 1ce9666

Browse files
committed
feat(day3): add initial functions example
1 parent 2027ded commit 1ce9666

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

day3/functions/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("Hello, world!");
3+
}

0 commit comments

Comments
 (0)