view samples/hello.tp @ 313:f2aff12d8e87

Make running compiler work from arbitrary working directories
author Michael Pavone <pavone@retrodev.com>
date Sat, 14 Mar 2015 12:09:43 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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