Let's use rust for this mkay
This commit is contained in:
parent
14fa993a97
commit
ffbc653075
1
waterbill/.gitignore
vendored
Normal file
1
waterbill/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
target/
|
4
waterbill/Cargo.lock
generated
Normal file
4
waterbill/Cargo.lock
generated
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[root]
|
||||||
|
name = "waterbill"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
6
waterbill/Cargo.toml
Normal file
6
waterbill/Cargo.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[package]
|
||||||
|
name = "waterbill"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Dan Buch <daniel.buch@gmail.com>"]
|
||||||
|
|
||||||
|
[dependencies]
|
3
waterbill/src/main.rs
Normal file
3
waterbill/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user