diff options
Diffstat (limited to 'groovy.html.markdown')
-rw-r--r-- | groovy.html.markdown | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/groovy.html.markdown b/groovy.html.markdown index 89eee3dd..1dc6abb0 100644 --- a/groovy.html.markdown +++ b/groovy.html.markdown @@ -9,7 +9,6 @@ filename: learngroovy.groovy Groovy - A dynamic language for the Java platform [Read more here.](http://www.groovy-lang.org/) ```groovy - /* Set yourself up: @@ -427,8 +426,6 @@ int sum(int x, int y) { } assert sum(2,5) == 7 - - ``` ## Further resources |