8 lines
84 B
Ruby
8 lines
84 B
Ruby
a = get_player_name
|
|
b = a
|
|
puts '0'
|
|
puts a.await
|
|
puts '1'
|
|
puts b.await
|
|
puts '2'
|
|
quit
|