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

1
neutauri_bundler/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

View File

@ -0,0 +1,6 @@
[package]
edition = "2021"
name = "neutauri_bundler"
version = "0.1.0"
[dependencies]

View File

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