-module(prog).
	-export([main/0]).
	
	main() -> io:format("test").