https://github.com/brainhub24/quine
This is a #Quine, a program that outputs its own source code. It uses a variable s and the #printf function to print itself
https://github.com/brainhub24/quine
algorithm concept quine
Last synced: 6 months ago
JSON representation
This is a #Quine, a program that outputs its own source code. It uses a variable s and the #printf function to print itself
- Host: GitHub
- URL: https://github.com/brainhub24/quine
- Owner: Brainhub24
- License: mit
- Created: 2023-05-31T12:43:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T10:20:15.000Z (over 2 years ago)
- Last Synced: 2025-04-12T12:15:22.725Z (6 months ago)
- Topics: algorithm, concept, quine
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quine