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
9 changes: 9 additions & 0 deletions HTML/jello.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en"> <!-- I guess jello is English -->
<head>
<title>jello!</title>
</head>
<body>
<p>jello!</p>
</body>
</html>
4 changes: 4 additions & 0 deletions LOLCODE/jello.lol
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
HAI
CAN HAS STDIO?
VISIBLE "jello!"
KTHXBYE
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Print "jello!" in *every* programming language.
- [x] JavaScript
- [x] Julia
- [x] Kotlin
- [x] LOLCODE
- [x] Lua
- [x] Moliere
- [x] OCaml
Expand Down
2 changes: 2 additions & 0 deletions thanks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ Go: IThinkImOKAY
Groovy: IThinkImOKAY
Haskell: IThinkImOKAY
Haxe: IThinkImOKAY
HTML: omerien
Java: IThinkImOKAY
JavaScript: Nomz420
Julia: IThinkImOKAY
Kotlin: IThinkImOKAY
LOLCODE: omerien
Lua: NathSoM
Moliere: omerien
Pascal: SomeRandom-Dev
Expand Down