RosettaCodeData/Task/Hello-world-Graphical/PARI-GP/hello-world-graphical.pari
2018-06-22 20:57:24 +00:00

3 lines
78 B
Text

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