mirror of
https://git.2ki.xyz/spiders/kijetesantakaluotokieni.git
synced 2024-11-10 04:00:26 +01:00
SWEEPY
This commit is contained in:
parent
14f254deda
commit
1625625fb7
2 changed files with 3 additions and 1 deletions
|
@ -127,6 +127,8 @@ impl Args {
|
|||
tongue = Some("U".to_string());
|
||||
} else if self.lape {
|
||||
eyes = Some("--".to_string());
|
||||
line = Some("zZz".to_string());
|
||||
border = Some("_()-".to_string());
|
||||
} else if self.wawa {
|
||||
eyes = Some("OO".to_string());
|
||||
} else if self.lili {
|
||||
|
|
2
test
2
test
|
@ -19,7 +19,7 @@ echo | ./target/debug/kijetesantakaluotokieni
|
|||
|
||||
echo mu | ./target/debug/kijetesantakaluotokieni --nimi soweli
|
||||
|
||||
echo 1234567890123 | ./target/debug/kijetesantakaluotokieni
|
||||
echo 1234567890123 | ./target/debug/kijetesantakaluotokieni --lape
|
||||
echo 12345678901234 | ./target/debug/kijetesantakaluotokieni
|
||||
echo Pingo pi n\'t go li sitelen | ./target/debug/kijetesantakaluotokieni --pilin --kule unu --kule suli --nimi lili
|
||||
|
||||
|
|
Loading…
Reference in a new issue