Filling in example sbt project
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
PATH="$PWD/bin:$PATH"
|
||||||
@@ -1 +1,2 @@
|
|||||||
/bin/
|
/bin/
|
||||||
|
target/
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
name := "hello"
|
||||||
|
|
||||||
|
version := "1.0"
|
||||||
|
|
||||||
|
scalaVersion := "2.9.1"
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
object Hi {
|
||||||
|
def main(args: Array[String]) = println("Hi")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user