RosettaCodeData/Task/Hello-world-Graphical/PARI-GP/hello-world-graphical.parigp
2023-07-01 13:44:08 -04:00

3 lines
78 B
Text

plotinit(1, 1, 1, 1);
plotstring(1, "Goodbye, World!");
plotdraw([1, 0, 15]);