mirror of
https://github.com/Noratrieb/fix-und-fertig.git
synced 2026-01-14 10:45:05 +01:00
init 2
This commit is contained in:
parent
4d60cf9ed0
commit
fb5208f734
4 changed files with 8 additions and 3 deletions
7
Cargo.lock
generated
Normal file
7
Cargo.lock
generated
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "fix-und-fertig"
|
||||
version = "0.1.0"
|
||||
1
src/bin/fuf.rs
Normal file
1
src/bin/fuf.rs
Normal file
|
|
@ -0,0 +1 @@
|
|||
fn main() {}
|
||||
0
src/lib.rs
Normal file
0
src/lib.rs
Normal file
|
|
@ -1,3 +0,0 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue