Add test and tcl modules
This commit is contained in:
parent
09243652c2
commit
d0dba5996f
|
@ -0,0 +1,6 @@
|
||||||
|
mod tcl;
|
||||||
|
mod tests;
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
Loading…
Reference in New Issue