Parse simple dates and times

This commit is contained in:
Joscha 2021-11-06 17:36:40 +01:00
parent 106111e7c6
commit 107966389c
4 changed files with 183 additions and 0 deletions

View file

@ -1,4 +1,5 @@
mod commands;
mod parse;
fn main() {
println!("Hello, world!");