add files

This commit is contained in:
Newnius 2020-12-30 22:57:09 +08:00
commit b6f3c23ad4
6 changed files with 11 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
target/
project/target/

5
build.sbt Normal file
View File

@ -0,0 +1,5 @@
name := "code4spark"
version := "0.1"
scalaVersion := "2.12.6"

1
project/build.properties Normal file
View File

@ -0,0 +1 @@
sbt.version = 1.1.6

BIN
src/.DS_Store vendored Normal file

Binary file not shown.

BIN
src/main/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
class Main {
}