#include <stdio.h>
#include "API.h"
#include "BuiltIns.h"

void main(void)
	{
		while(1)
		{	
			PrintToScreen("Testing\n");
		}
	}

