After your complete the assignment in hackerRank for the Year 2020 assignment
Copy this into you Eclipse IDE. Be sure to name it PX_2020_lastname.
Tip: You will need to setup an account. Enter your School e-mail.
// Paste code here if needed
public class Main{
public static void main(String[] args){
System.out.println("Hi, My name is Joe Cusack");
}
}