Initial commit

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-12-01 12:50:10 +01:00
commit 86fb084454
3 changed files with 22 additions and 0 deletions

View File

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