ELI5: Explain Like I'm 5

Quine (computing)

A quine is a special kind of computer program. It takes no input and produces a copy of its own source code as its only output. It's like a puzzle for computer programmers: create a program that is a copy of itself!