weekday names by uru

package main\x0d
func main(){print(`Monday \x0d
Tuesday \x0d
Wednesday \x0d
Thursday \x0d
Friday \x0d
Saturday \x0d
Sunday`)}

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

download

return to the top page