diff --git a/hello.java b/hello.java index 4331903..9bd3c01 100644 --- a/hello.java +++ b/hello.java @@ -2,7 +2,7 @@ public class hello { public static void main (String args[]) { - System.out.println("hello world!"); + System.out.println("Hello World!"); } -} \ No newline at end of file +} diff --git a/index.html b/index.html index 1a337c5..fef35c6 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,8 @@ /// CSS from old PoodleCorp website (poodlecorp.org [archived July 2016])
+ + diff --git a/simple.py b/simple.py index aabe812..e5c10d2 100644 --- a/simple.py +++ b/simple.py @@ -1 +1,2 @@ -print('Why did you run me?') +print('Me: Why did you run me?') +print("You: Because i want a shirt!")