Skip to content

Instantly share code, notes, and snippets.

@quiye
Created March 4, 2018 01:40
Show Gist options
  • Save quiye/dd55476e12fa78822d3cac469690a840 to your computer and use it in GitHub Desktop.
Save quiye/dd55476e12fa78822d3cac469690a840 to your computer and use it in GitHub Desktop.
自分自身を出力するscalaスクリプト
import scala.io.Source
for (line <- Source.fromFile("a.scala").getLines())
println(line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment