Skip to content

Commit

Permalink
chore(): remove old simulation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hellemans authored and Nick Hellemans committed Apr 18, 2024
1 parent 7158a8b commit a2cbb6e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export const simulate_string_answer = (input_type: StringInputType): string => {
}

const DEFAULT_SIMULATION = [
{ value: 'Nick is a beast' },
{ value: 'Etienne is a beast' },
{ value: 'Yann is a breast' },
{ value: 'Thomas is a beast' },
{ value: 'Olivier is a beast' },
{ value: 'Toby the turtle tried tap-dancing' },
{ value: 'Tina talks to tulips, thinking they’re turtles' },
{ value: 'Timmy turtle wears tiny top hats' },
{ value: 'Tabitha turtle tutors in turtle trigonometry' },
{ value: 'Tony’s turtle told tall tales' },
]

const random_answer =
Expand Down

0 comments on commit a2cbb6e

Please sign in to comment.