π€ 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)