I went through all sorts of quine problems, but my task was to get a quine problem without main()
, and loops are also forbidden.
Without loop, it is easy, but I can't figure out how to write one without main()
. Can anyone help me or provide me with a link?