/* * Author: Br. Isidore Minerd * * Date: July 16, 2009 * * Description: This is merely a GDK version of the classic "HelloWorld" example */ #include "DarkGDK.h" void DarkGDK() { // Print at the current cursor location dbPrint("Hello, world!"); // Wait for input from the keyboard dbWaitKey(); }