alphabetically ordered words by clock

package main
import."os"func main(){b,i:=new([6]byte),0;for i<23{i++;Stdin.Read(b);if b[0]<b[2]&&b[2]<b[4]{Stdout.Write(b)}}}

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

download

return to the top page