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

Merge branch 'master' of

https://gitlab.cas.mcmaster.ca/schankuc/2XB3.git

Conflicts:
	src/HelloWorld.java
parents 95271e5b 09e1a1c5
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
*.aux *.aux
*.bbl *.bbl
*.blg *.blg
*DS_STORE*
File added
public class HelloWorld { public class HelloWorld {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Hello World! Push Test"); 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