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

Commit

Permalink
Hello World in COOL
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd607 committed Oct 6, 2017
1 parent a5dfaf2 commit 5f7395b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hello_world.cl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(* Hello World in Cool *)
class Main inherits IO{
main() : Object {
out_string("Hello World\n")
};
};

0 comments on commit 5f7395b

Please sign in to comment.