Files
mercury/tests/valid/tiny.nl
Fergus Henderson 150d1d1404 Use mmake.
tests/*
	Use mmake.
	Use main/2 rather than main_predicate/3.
1995-03-18 15:57:10 +00:00

9 lines
104 B
Plaintext

:- module tiny.
:- interface.
:- import_module io.
:- pred main(io::di, io::uo) is det.
main --> [].