GDMATE Hello World

This is a simple notebook to test the placeholder code in GDMATE. First is the import.

[3]:
import gdmate as gd

Then we see if Hello World works

[4]:
gd.helloworld()
[4]:
'Hello World'