view samples/hello.tp @ 376:d61b1f0e1936

Some minor WIP stuff in UI module
author Michael Pavone <pavone@retrodev.com>
date Sat, 15 Aug 2015 22:45:24 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

#{
	main <- {
		print: "Hello, world!"
	}
}