# Lily, 27 bytes, [cracked](https://codegolf.stackexchange.com/questions/155019/the-programming-language-quiz-mark-ii-robbers/155373#155373) by [Cowabunghole](https://codegolf.stackexchange.com/users/56470/cowabunghole)
for i in 1...100:{print(i)}
Seems simple, but I feel like this is fairly (maybe) obscure. Prove me wrong!