Lollipop by uru

package
main
func
main(){a,c,d:="LOLLI ","LOLLIPOP ","OH ";e:=c+c+d+a+a+a;print(e,e,e,c,d,c)}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page