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

Commit

Permalink
Add Hello World in COOL
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasirao committed Oct 3, 2018
1 parent 793a629 commit 497fe3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HelloWorld1.cl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Main{
main() :Object { (new IO).out_string("Hello World") };
};

0 comments on commit 497fe3b

Please sign in to comment.