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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This is a repository full of implementations of the classic, "Hello, world!", in
- Haskell
- Java
- JavaScript
- Julia
- Matlab
- Kotlin
- Lua
- Pascal
Expand All @@ -31,5 +33,8 @@ This is a repository full of implementations of the classic, "Hello, world!", in
- Scala
- Swift
- TypeScript
- XSLT
- VB.NET
- VBScript
- Zig

2 changes: 2 additions & 0 deletions julia.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
println("hello world")
#> hello world
1 change: 1 addition & 0 deletions matlab.m
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disp('Hello, world!')
1 change: 1 addition & 0 deletions vbscript.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MsgBox "Hello, World!"
1 change: 1 addition & 0 deletions vbscript.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MsgBox "Hello, World!"
1 change: 1 addition & 0 deletions xslt.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello World