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