switched from codex to claude as tutor and moved tests to their own folder

This commit is contained in:
2026-03-06 14:11:37 +01:00
parent 03acf441a0
commit 7b65e180eb
6 changed files with 161 additions and 80 deletions

View File

@@ -1,7 +1,7 @@
extern crate core;
mod app_state;
mod countdown;
pub mod countdown;
use crate::countdown::commands::{
countdown_create, countdown_delete, countdown_list, countdown_pause, countdown_reset,