Create project

This commit is contained in:
Joscha 2024-09-04 15:53:15 +02:00
commit 09ee1bc74c
8 changed files with 79 additions and 0 deletions

9
build.sbt Normal file
View file

@ -0,0 +1,9 @@
val scala3Version = "3.5.0"
lazy val root = project
.in(file("."))
.settings(
name := "asciiprooftree",
version := "0.0.0",
scalaVersion := scala3Version,
)