From d337a9fe290b6d9b379383294fb7cd334d0794f7 Mon Sep 17 00:00:00 2001 From: Aqeel Bacchus Date: Tue, 5 Oct 2021 21:33:15 -0400 Subject: [PATCH 1/2] Added profile and hello world --- .../Hello-World-2021/HelloWorldABacchus.java | 6 +++++ profiles/Profiles-2021/Aqeel_Bacchus.md | 23 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 hello_world/Hello-World-2021/HelloWorldABacchus.java create mode 100644 profiles/Profiles-2021/Aqeel_Bacchus.md diff --git a/hello_world/Hello-World-2021/HelloWorldABacchus.java b/hello_world/Hello-World-2021/HelloWorldABacchus.java new file mode 100644 index 0000000..07833e0 --- /dev/null +++ b/hello_world/Hello-World-2021/HelloWorldABacchus.java @@ -0,0 +1,6 @@ +public class HelloWorldABacchus { + + public static void main( String[] args ) { + System.out.println("Hello World!"); + } +} \ No newline at end of file diff --git a/profiles/Profiles-2021/Aqeel_Bacchus.md b/profiles/Profiles-2021/Aqeel_Bacchus.md new file mode 100644 index 0000000..b8efbac --- /dev/null +++ b/profiles/Profiles-2021/Aqeel_Bacchus.md @@ -0,0 +1,23 @@ +# Aqeel BAcchus + +### Location +Scranton, Pennsylvania, USA + +### Associated Organization +- N/A + +### Academics +- Penn State University + +### Non-Coding Interests +- Sports +- Hiking + +### Why Do You Love Coding? +I love coding because it is fun to solve problems with code. It is a fun experience. + +### Your Favorite Animal +Penguin + +### Your Favorite Dessert +Brownie and ice cream! From adf98ebf42d3a54dd2ba305a43744754e9fe1d33 Mon Sep 17 00:00:00 2001 From: aqeelbacchus <45046419+aqeelbacchus@users.noreply.github.com> Date: Thu, 7 Oct 2021 22:14:25 -0400 Subject: [PATCH 2/2] Update Aqeel_Bacchus.md fix: case of last name. --- profiles/Profiles-2021/Aqeel_Bacchus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/Profiles-2021/Aqeel_Bacchus.md b/profiles/Profiles-2021/Aqeel_Bacchus.md index b8efbac..a1c881d 100644 --- a/profiles/Profiles-2021/Aqeel_Bacchus.md +++ b/profiles/Profiles-2021/Aqeel_Bacchus.md @@ -1,4 +1,4 @@ -# Aqeel BAcchus +# Aqeel Bacchus ### Location Scranton, Pennsylvania, USA