diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1e6d6ad2..4a7b65e1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1067,3 +1067,8 @@ - Place: Delhi, India - Bio: Learner, Programmer - GitHub: [ayush163](https://github.com/ayush163) + +#### Name: [Édio Cerati Neto](https://github.com/darthHunterous) +- Place: São Paulo, Brazil +- Bio: CS Student, Programmer +- GitHub: [darthHunterous](https://github.com/darthHunterous) diff --git a/profiles/Edio_Cerati.md b/profiles/Edio_Cerati.md new file mode 100644 index 00000000..bd078916 --- /dev/null +++ b/profiles/Edio_Cerati.md @@ -0,0 +1,27 @@ +# Édio Cerati Neto + +### Location + +São Paulo/Brazil + +### Academics + +University of São Paulo + +### Interests + +- Code +- Movies +- Games + +### Development + +- CS Student at IME-USP (Brazil) + +### Projects + +- [Doaki](https://gitlab.com/tecprog/doaki) A platform made in Rails for donations + +### Profile Link + +[Édio Cerati Neto](https://github.com/darthHunterous) diff --git a/scripts/javascript_helloworld_darthhunterous.js b/scripts/javascript_helloworld_darthhunterous.js new file mode 100644 index 00000000..13b161b0 --- /dev/null +++ b/scripts/javascript_helloworld_darthhunterous.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Édio Cerati Neto +// GITHUB: https://github.com/darthHunterous + +console.log('Hello [za] World!');