diff options
Diffstat (limited to 'scala.html.markdown')
-rw-r--r-- | scala.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index bb20f624..ca00b8b4 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -11,7 +11,6 @@ contributors: Scala - the scalable language ```scala - ///////////////////////////////////////////////// // 0. Basics ///////////////////////////////////////////////// @@ -742,7 +741,6 @@ val writer = new PrintWriter("myfile.txt") writer.write("Writing line for line" + util.Properties.lineSeparator) writer.write("Another line here" + util.Properties.lineSeparator) writer.close() - ``` ## Further resources |