🤖 Why did the coder's computer keep falling asleep?
Because it kept running this code:
defmodule Procrastination do
def avoid_work do
IO.puts("Zzz... 🍕 😅")
:timer.sleep(5000)
avoid_work()
end
end
Procrastination.avoid_work()
Even the code prefers a snack and a nap over work! 😴🍕😂
Top comments (0)