Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
24 changes: 24 additions & 0 deletions profiles/jerald.md
Original file line number Diff line number Diff line change
@@ -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)
12 changes: 12 additions & 0 deletions script/jerald.py
Original file line number Diff line number Diff line change
@@ -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()