n:=File standardInput readLine asNumber;a:=" ".." ##"repeated(n);b:="# "repeated(n-1).."# ";list(a," ",b,b,b,b," ",b,a)map(print)
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page