init(12): new sbt project: static price component

This commit is contained in:
efim
2023-06-28 06:11:07 +00:00
parent e23afdab6f
commit d0f8cd771e
7 changed files with 57 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
package example
class ExampleSuite extends munit.FunSuite:
test("addition") {
assert(1 + 1 == 2)
}
end ExampleSuite