summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/hello.f
blob: c9ee3c2cbe5466379ef25b470fbe5147554ac01b (plain)
1
2
3
4
5
6
	PROGRAM GREETINGS

	PRINT *, 'Real programmers write Fortran!'

	END