6 lines
119 B
Text
6 lines
119 B
Text
beads 1 program 'Goodbye World'
|
|
calc main_init
|
|
alert('Goodbye, World!')
|
|
|
|
draw main_draw
|
|
draw_str('Goodbye, World!')
|