Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 582 Bytes

hQuine

A quine that when is runing, beside printing his own code it will draw a hearth as well.

Sample video

quineFinal.mp4

Requirements

.NET 7 and upper

Windows only

Quine definition:

A quine is a computer program that takes no input and produces a copy of its own source code as its only output. The standard terms for these programs in the computability theory and computer science literature are "self-replicating programs", "self-reproducing programs", and "self-copying programs".