add files
This commit is contained in:
commit
b6f3c23ad4
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
target/
|
||||||
|
project/target/
|
5
build.sbt
Normal file
5
build.sbt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name := "code4spark"
|
||||||
|
|
||||||
|
version := "0.1"
|
||||||
|
|
||||||
|
scalaVersion := "2.12.6"
|
1
project/build.properties
Normal file
1
project/build.properties
Normal file
@ -0,0 +1 @@
|
|||||||
|
sbt.version = 1.1.6
|
BIN
src/.DS_Store
vendored
Normal file
BIN
src/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
src/main/.DS_Store
vendored
Normal file
BIN
src/main/.DS_Store
vendored
Normal file
Binary file not shown.
3
src/main/scala/Main.scala
Normal file
3
src/main/scala/Main.scala
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
class Main {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user