|
|
|
|
|
by gliese1337
3844 days ago
|
|
Many years ago, I attempted to cheat this way when writing a JScript quine- but it didn't work because the Windows Scripting Host keeps the source file open while interpreting it, which meant the script couldn't open its own source file because the file was already open in another program! A proper quine, though, doesn't require input. |
|