6 lines
108 B
Text
6 lines
108 B
Text
|
|
import vis::Figure;
|
||
|
|
import vis::Render;
|
||
|
|
|
||
|
|
public void GoodbyeWorld() =
|
||
|
|
render(box(text("Goodbye World")));
|