summaryrefslogtreecommitdiffhomepage
path: root/es-es/scala-es.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'es-es/scala-es.html.markdown')
-rw-r--r--es-es/scala-es.html.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/es-es/scala-es.html.markdown b/es-es/scala-es.html.markdown
index 2dcb9e7f..becb92dd 100644
--- a/es-es/scala-es.html.markdown
+++ b/es-es/scala-es.html.markdown
@@ -14,7 +14,6 @@ lang: es-es
Scala - El lenguaje escalable
```scala
-
/////////////////////////////////////////////////
// 0. Básicos
/////////////////////////////////////////////////
@@ -729,7 +728,6 @@ val writer = new PrintWriter("miarchivo.txt")
writer.write("Escribiendo linea por linea" + util.Properties.lineSeparator)
writer.write("Otra linea" + util.Properties.lineSeparator)
writer.close()
-
```
## Más recursos