Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Magic-8-ball/Quackery/magic-8-ball.quackery
Normal file
13
Task/Magic-8-ball/Quackery/magic-8-ball.quackery
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[ 20 random
|
||||
[ table
|
||||
$ "Concentrate and ask again." $ "Yes."
|
||||
$ "Better not tell you now." $ "Most likely."
|
||||
$ "Reply hazy, try again." $ "Outlook good."
|
||||
$ "Outlook not so good." $ "It is certain."
|
||||
$ "Cannot predict now." $ "Very doubtful."
|
||||
$ "Signs point to yes." $ "My reply is no."
|
||||
$ "It is decidedly so." $ "Ask again later."
|
||||
$ "You may rely on it." $ "Without a doubt."
|
||||
$ "Don't count on it." $ "Yes - definitely."
|
||||
$ "My sources say no." $ "As I see it, yes." ]
|
||||
do echo$ cr ] is 8-ball ( --> )
|
||||
Loading…
Add table
Add a link
Reference in a new issue