~manxi-david/pyeffect/pyeffect

1
2
3
4
start:
	str="abc"
	print(str)
	exit(0)