feat(root): attempt to create combined project

right now struggling with making page relative links,
so that images would get pulled from "subproj/public" path
This commit is contained in:
efim
2023-07-03 07:34:41 +00:00
parent f6d8a1de8d
commit 572b63c82d
9 changed files with 41 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
package aggregatedexercises
object Main {
def main(args: Array[String]): Unit = {
val a = 1
println(args.toList.mkString(", "))
}
}