File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
_overviews/getting-started Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ You can read more about [main methods](/scala3/book/methods-main-methods.html) a
198198### Adding dependencies
199199
200200We now write a program that will count the files and directories present in its working directory.
201- We use the [ os-lib] ( https://github.com/com-lihaoyi/os-lib ) library from the [ Scala toolkit] ( toolkit/introduction.html )
201+ We use the [ os-lib] ( https://github.com/com-lihaoyi/os-lib ) library from the [ Scala toolkit] ( / toolkit/introduction.html)
202202for that purpose. A dependency on the library can be added with the ` //> using ` directive. Put the following code in ` counter.scala ` .
203203``` scala
204204//> using scala {{site.scala-3-version}}
You can’t perform that action at this time.
0 commit comments