4 lines
78 B
Text
4 lines
78 B
Text
|
|
plotinit(1, 1, 1, 1);
|
||
|
|
plotstring(1, "Goodbye, World!");
|
||
|
|
plotdraw([1, 0, 15]);
|