mirror of
https://git.2ki.xyz/spiders/kijetesantakaluotokieni.git
synced 2024-11-09 19:50:25 +01:00
removed test print
This commit is contained in:
parent
0ee1ea007b
commit
ea322e8b9f
4 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
use kijetesantakaluotokieni::Modes;
|
||||
fn main() {
|
||||
println!("this worked!");
|
||||
kijetesantakaluotokieni::run(Modes::Say);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use kijetesantakaluotokieni::Modes;
|
||||
fn main() {
|
||||
println!("this worked!");
|
||||
kijetesantakaluotokieni::run(Modes::Think);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use kijetesantakaluotokieni::Modes;
|
||||
fn main() {
|
||||
println!("this worked!");
|
||||
kijetesantakaluotokieni::run(Modes::Think);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
use kijetesantakaluotokieni::Modes;
|
||||
fn main() {
|
||||
println!("this worked!");
|
||||
kijetesantakaluotokieni::run(Modes::Say);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue