''' This file has been quined by the quinerator.
Employer: Multiply Technology
Title: Software Engineer II
This document... needs to be written
Scrum | Agile | Unit Testing | Test Driven Development
OpenSCAD | skribbl.io | Whimsical
Download this file locally and run the script to see the quine in action.
~ python3 THIS_FILE.md > THIS_FILE_BUT_ITS_THE_SAME.md
Download the python script from https://quinerator.j-m.dev and run it on your own README
~ python3 quinerator.py README.md > QUINE.md
'''
exec(s:='print("""\'\'\' *This file has been quined by the [quinerator](https://quinerator.j-m.dev).*\n# Joseph Scot Marshall\'s README\n\n> Employer: Multiply Technology \\n> Title: Software Engineer II\n\nThis document... ***needs to be written***\n\n## Contact\n\n\n\n\n\n## Professional Skills\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nScrum | Agile | Unit Testing | Test Driven Development\n\n\n## Personal Skills\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOpenSCAD | skribbl.io | Whimsical\n\n## Quine Time!\n\n### How to run this file\nDownload this file locally and run the script to see the quine in action.\n```sh\n~ python3 THIS_FILE.md > THIS_FILE_BUT_ITS_THE_SAME.md\n```\n\n### How to make your own\nDownload the python script from https://quinerator.j-m.dev and run it on your own README\n```sh\n~ python3 quinerator.py README.md > QUINE.md\n```\n\n\n### The Sauce\n```py\n\'\'\'\nexec(s:=%r)\n\'\'\'\n```\n[Back to Top](#) \'\'\'\n"""%s, end="")')
'''
Back to Top '''