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

Commit

Permalink
Groovy code for Hello World
Browse files Browse the repository at this point in the history
  • Loading branch information
lbhutani committed Oct 2, 2018
1 parent ec393ec commit a4ad4e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HelloWorld.groovy
@@ -0,0 +1,5 @@
class HelloWorld {
static void main(String[] args) {
println('Hello World');
}
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,6 +45,6 @@ This repositiory should eventually contain the famous "Hello World" program in a
- [ ] PowerShell
- [ ] CoffeeScript
- [ ] Perl
- [ ] Groovy
- [x] Groovy
- [ ] Haskell
- [x] Elixir

0 comments on commit a4ad4e1

Please sign in to comment.