aboutsummaryrefslogtreecommitdiff
path: root/tests/pub_hello.ek
blob: 9dd65d2803e083d4a3edd061acc6ac5d55a8f898 (plain) (blame)
1
2
3
4
5
6
import "import/pub_hello.ek";

main()
{
	hello();
}