diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..9eaad33fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2850,3 +2850,8 @@ - Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering - GitHub: [op-amateur](https://github.com/op-amateur) +#### Name: [Dillon Maks](https://github.com/Dillon-Maks) + +- Place: Texas, United States +- Bio: Aspiring cybersecurity associate +- Github: [Dillon Maks](https://github.com/Dillon-Maks/hacktoberfest.git) \ No newline at end of file diff --git a/profiles/Dillon_Maks.md b/profiles/Dillon_Maks.md new file mode 100644 index 000000000..cc01e6ae4 --- /dev/null +++ b/profiles/Dillon_Maks.md @@ -0,0 +1,28 @@ +# Dillon Maks + +### Location + +Texas, United States + +### Academics + +- High School +- Google Security Certification + +### Interests + +- Tinkering with IOT based hardware +- 3D Printing +- Playing guitar with my band + +### Development + +- Webapp for current company + +### Projects + +- Nothing public yet :) + +### Profile Link + +[Dillon Maks](https://github.com/Dillon-Maks) diff --git a/scripts/hello_world_dillonmaks.py b/scripts/hello_world_dillonmaks.py new file mode 100644 index 000000000..487155a3e --- /dev/null +++ b/scripts/hello_world_dillonmaks.py @@ -0,0 +1,6 @@ +# LANGUAGE: Python +# ENV: Python3 +# AUTHOR: Dillon Maks +# GITHUB: https://github.com/Dillon-Maks + +print('Hello, World!') \ No newline at end of file