Skip to content
Snippets Groups Projects
Commit 95271e5b authored by Winnie Liang's avatar Winnie Liang
Browse files

Push Test

parent 2fb0017c
No related branches found
No related tags found
No related merge requests found
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World! Push Test");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment