diff --git a/src/gitDemo/Hello.java b/src/gitDemo/Hello.java index 0ca925c..062884e 100644 --- a/src/gitDemo/Hello.java +++ b/src/gitDemo/Hello.java @@ -3,7 +3,7 @@ public class Hello { public static void main(String[] args) { - // TODO Auto-generated method stub + System.out.println("Hello"); }