Files
task_app_rust/src/main.rs
T

8 lines
100 B
Rust
Raw Normal View History

2026-06-20 19:35:19 +01:00
mod domain;
mod ui;
mod infrastructure;
fn main() {
println!("Task App - Google Tasks TUI");
}