Progress to day 11

This commit is contained in:
2021-01-26 14:42:15 +11:00
parent 2fd73ae5d1
commit 263bbbb5a2
207 changed files with 367 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "seating_system"
version = "0.1.0"
authors = ["Guilhem MARION <gmarion@netc.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

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