1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

first commit

This commit is contained in:
2022-01-27 01:02:17 +08:00
commit 561e19e732
10 changed files with 2019 additions and 0 deletions

View File

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