diff --git a/Contributions.md b/Contributions.md index 1ab225d..90e4b9c 100644 --- a/Contributions.md +++ b/Contributions.md @@ -9,3 +9,9 @@ - Place: Semarang, Indonesia - Bio: Maintener. - - GitHub: [syouryuumaru](https://github.com/syouryuumaru) + +#### Name: Jerald + +- Place: Singapore +- Bio: Computer Science +- GitHub: [jeraldlyh](https://github.com/jeraldlyh) \ No newline at end of file diff --git a/profiles/jerald.md b/profiles/jerald.md new file mode 100644 index 0000000..cb28c0c --- /dev/null +++ b/profiles/jerald.md @@ -0,0 +1,24 @@ +# Jerald +### Location + +Singapore + +### Academics + +- College, Computer Science Undergraduate + +### Interests + +- Coding + +### Development + +- Cyber Security + +### Projects + +- DevOps + +### Profile Link + +[jeraldlyh](https://github.com/jeraldlyh) diff --git a/script/jerald.py b/script/jerald.py new file mode 100644 index 0000000..d806bc2 --- /dev/null +++ b/script/jerald.py @@ -0,0 +1,12 @@ +# Simplest way to print Hello World in Python + +# LANGUAGE: Python +# ENV: Script.py +# AUTHOR: Jerald +# GITHUB: https:#github.com/jeraldlyh + +def main(): + print('Hello World') + +if __name__ == "__main__": + main() \ No newline at end of file