Skip to content

Commit 9231b22

Browse files
author
Kota Mizushima
authored
Merge pull request #727 from yoshinorin/misc/delete-unnecessary-codeblock
sbtでプログラムをコンパイル・実行するのページから不要なコードブロックを削除
2 parents eb6373b + 0c2bee9 commit 9231b22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sbt-compile-execute.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# sbtでプログラムをコンパイル・実行する
22

3-
```scala
4-
import sbt._, Keys._
5-
```
6-
73
前節まででは、REPLを使ってScalaのプログラムを気軽に実行してみました。この節ではScalaのプログラムをsbtでコンパイルして実行する方法を学びましょう。
84
まずはREPLの時と同様にHello, World!を表示するプログラムを作ってみましょう。その前に、REPLを抜けましょう。REPLを抜けるには、REPLから以下のように
95
入力します[^repl-quit]

0 commit comments

Comments
 (0)