Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Dev #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
9 changes: 9 additions & 0 deletions HelloWorld.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
public class HelloWorld{
public static void main(String args[]){
System.out.println("Hi JODC");
System.out.println("I'm trying to code, please merge my pull request);
System.out.println("Or guide me if there is any error");
System.out.println("Created a new Branch Named Dev");
System.out.println("Merged the previous command and pushing this to Github");
}
}
1 change: 1 addition & 0 deletions koderjoker_hacktoberfest.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
print("Happy Hacktoberfest 2019!")
print("Trying github with a new account")