raster.art
SEARCH
Create Account
No wallets connected. Please connect a wallet first.
Foundations of the Technocracy
robotandkid, 2024on objkt
Platforms
objkt
Description

A program is self-replicating if it outputs itself when it is run. Try running this code in the browser's developer console. It will print out the same code.

(function a() { console.log( "(" + a + ")()" ); })();