Skip to content

Implementation of a quine in the C language.

License

Notifications You must be signed in to change notification settings

dadul96/C_Code_Quine

Repository files navigation

C_Code_Quine

My first implementation of a quine in the C language.

Built With

Note

When using Visual Studio 2019 the preprocessor definition _CRT_SECURE_NO_WARNINGS must be added and the "Compile As"-setting must be set to Compile as C Code (/TC).

Author

Daniel Duller - dadul96

License

This project is licensed under the MIT License - see the LICENSE file for details