We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12c241 commit 6679247Copy full SHA for 6679247
README.md
@@ -17,3 +17,8 @@ You can use `println` method to output your result into stdout.
17
``` scala
18
println("Hellow world")
19
```
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
@@ -18,3 +18,7 @@ def main(args: Array[String]): Unit = {
println(params.args
+## 外部ライブラリの追加方法
+外部ライブラリを使用する場合は以下の手順で実施してください。
+- [build.sbt](build.sbt) に依存ライブラリの追加
0 commit comments