-module(p). -export([m/0]). m()->[io:format("~p ",[X])||X<-" \x0b\x0c\x0d\x0e\x0f\x10\x11\x14\x16\x18\x1fdy"++[10000]].
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page