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
7 changes: 7 additions & 0 deletions AnayaJ
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class jdoe {
public static void
main(String[] args) {

System.out.printIn( "Hello, World!");
}
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Team members

(Delete this line and replace it with your information!)
-Neha Gudur <ngudur@hawk.iit.edu>
-Axel Morgado <amorgadocruz@hawk.iit.edu>
-Anaya Johnson <ajohnson50@hawk.iit.edu>

## Git & GitHub

Expand Down
9 changes: 9 additions & 0 deletions amorgadocruz.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
public class amorgadocruz
{
public static void
main(String[] args){
// Prints "Hello, World" in the terminal window

System.out.print("Hello, World");
}
}
5 changes: 5 additions & 0 deletions ngudur.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class ngudur {
public static void main(String[] args) {
System.out.println("Hello World");
}
}