Add test and tcl modules

This commit is contained in:
Yannick Reiß 2025-09-03 00:34:10 +02:00
parent 09243652c2
commit d0dba5996f
1 changed files with 6 additions and 0 deletions

6
src/main.rs Normal file
View File

@ -0,0 +1,6 @@
mod tcl;
mod tests;
fn main() {
println!("Hello, world!");
}