Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hello.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ public class hello {

public static void main (String args[]) {

System.out.println("hello world!");
System.out.println("Hello World!");
}

}
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/// CSS from old PoodleCorp website (poodlecorp.org [archived July 2016])
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon"
type="image/png"
href="icon.png">
Expand Down
3 changes: 2 additions & 1 deletion simple.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
print('Why did you run me?')
print('Me: Why did you run me?')
print("You: Because i want a shirt!")