Commit 4b957db9 authored by Elijah's avatar Elijah

commit

parent b017b7a8
File added
File added
public class Main1 {
public static void main(String[] args){
Foo f = new Foo();
f.x = 42;
f.y = 9;
System.out.println(f.sum());
System.out.println(f.difference());
}
}
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