Skip to content

Commit 6679247

Browse files
committed
update template code
1 parent e12c241 commit 6679247

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ You can use `println` method to output your result into stdout.
1717
``` scala
1818
println("Hellow world")
1919
```
20+
21+
## Install External Libraries
22+
If you want to use external libraries, do the following:
23+
24+
- Add dependencies settings in [build.sbt](build.sbt)

README_ja.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ def main(args: Array[String]): Unit = {
1818
``` scala
1919
println(params.args
2020
```
21+
## 外部ライブラリの追加方法
22+
外部ライブラリを使用する場合は以下の手順で実施してください。
23+
24+
- [build.sbt](build.sbt) に依存ライブラリの追加

0 commit comments

Comments
 (0)