Commit 3b9a7bd8 authored by elijah vasquez's avatar elijah vasquez 🦍

Replace Main.java

parent e2c97bfb
class Main { // Ex 2
public static void main(String[] args) { public class Main {
public static void main(String[] args){
Player winner = new Player();
winner.name = "Elwood";
winner.score = 49;
winner.reference = "B";
System.out.println(winner.name);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment