Telephone Keypad Letter Mapping by TAKO/j0nKI

using S=System.Console;class A{static void Main(){string a;a=S.ReadLine();S.Write(a[9]>50?"abcdefghijklmnopqrstuvwxyz":a[9]>48?"hello golfers i hope you enjoy this one":"abc hello");}}

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

download

return to the top page