diff options
Diffstat (limited to 'ca-es/groovy-ca.html.markdown')
-rw-r--r-- | ca-es/groovy-ca.html.markdown | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ca-es/groovy-ca.html.markdown b/ca-es/groovy-ca.html.markdown index f0a9adbe..9e3dabe1 100644 --- a/ca-es/groovy-ca.html.markdown +++ b/ca-es/groovy-ca.html.markdown @@ -13,7 +13,6 @@ translations: Groovy - Un llenguatge dinàmic per la plataforma Java [Llegir-ne més.](http://www.groovy-lang.org/) ```groovy - /* Posa'l en marxa tu mateix: @@ -413,8 +412,6 @@ int sum(int x, int y) { } assert sum(2,5) == 7 - - ``` ## Per aprendre'n més |