Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Create ballerina
Browse files Browse the repository at this point in the history
  • Loading branch information
markRichie authored Oct 1, 2017
1 parent 9b9b0f0 commit 4ee957e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ballerina
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import ballerina.lang.system;

function main (string[] args) {
system:println("Hello, World!");
}

0 comments on commit 4ee957e

Please sign in to comment.