function recursion() {
// Forever repeating
// Getting one step closer every time
// Each iteration is a new chance
// Of getting closer to the goal
//
// How long will it take? We don't know
// Patiently we wait
// let me tell you about
recursion();
}
Last active
June 2, 2023 10:15
-
-
Save marcduiker/a8c48505c149b829f16664178c945b1b to your computer and use it in GitHub Desktop.
Poetry for Programmers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment