view testfileread.rhope @ 187:5e752cf2d6b1

Add versions of compile and ctobin scripts that have desktop notifications
author Mike Pavone <pavone@retrodev.com>
date Fri, 07 Oct 2011 00:11:30 -0700
parents dbe95bfec970
children
line wrap: on
line source


Main[]
{
	f <- File["test.txt"]
	Print[String[f]]
}