We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb6373b + 0c2bee9 commit 9231b22Copy full SHA for 9231b22
src/sbt-compile-execute.md
@@ -1,9 +1,5 @@
1
# sbtでプログラムをコンパイル・実行する
2
3
-```scala
4
-import sbt._, Keys._
5
-```
6
-
7
前節まででは、REPLを使ってScalaのプログラムを気軽に実行してみました。この節ではScalaのプログラムをsbtでコンパイルして実行する方法を学びましょう。
8
まずはREPLの時と同様にHello, World!を表示するプログラムを作ってみましょう。その前に、REPLを抜けましょう。REPLを抜けるには、REPLから以下のように
9
入力します[^repl-quit]。
0 commit comments