import template.*; void setup() { size(400,400); HelloWorld hello = new HelloWorld(this); println(hello.getVariable()); } void draw() { background(0); }