lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi!

There is an interesting thread on codegolf.SE:
http://codegolf.stackexchange.com/questions/60328/the-mystery-string-printer-cops

Your task is to write a program (on specified language) which source code is limited by specified number of bytes and which produces specified text on stdout when run.

Try to solve my Lua puzzles:
http://codegolf.stackexchange.com/questions/60328/the-mystery-string-printer-cops/60514#60514
http://codegolf.stackexchange.com/questions/60328/the-mystery-string-printer-cops/60534#60534

And of course, you are welcome to share Lua code golf puzzles you have.
Please note: in that thread only powers of two are allowed as program size limit.

-- Egor