diff --git a/HelloGit/src/com/brettle/hellogit/HelloGit.java b/HelloGit/src/com/brettle/hellogit/HelloGit.java index 86ffeec..b2246db 100644 --- a/HelloGit/src/com/brettle/hellogit/HelloGit.java +++ b/HelloGit/src/com/brettle/hellogit/HelloGit.java @@ -4,7 +4,12 @@ public class HelloGit { public String getMessage() { // TODO Auto-generated method stub + //hello + //this is a comment + if(false) + return "Hello, Gov"; return "Hello Git!"; + //This is such an efficient program now } }