view samples/hello.tp @ 140:bf8f75b69048

Minor progress towards supporting imports in the C backend
author Mike Pavone <pavone@retrodev.com>
date Fri, 09 Aug 2013 01:35:29 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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