Why don’t you try writing a quine yourself? That is, a computer program which exactly outputs its own source code. (In my opinion,
it’s not too difficult, but requires thinking in a different sort of way than most coding problems of similar difficulty.
)
If you don’t know how to code, I’d suggest at least thinking about how you would approach this task.
Why don’t you try writing a quine yourself? That is, a computer program which exactly outputs its own source code. (In my opinion,
it’s not too difficult, but requires thinking in a different sort of way than most coding problems of similar difficulty.
)
If you don’t know how to code, I’d suggest at least thinking about how you would approach this task.