Archiving a bunch of old stuff
This commit is contained in:
5
oldstuff/scala/sbt-guide/hello/build.sbt
Normal file
5
oldstuff/scala/sbt-guide/hello/build.sbt
Normal file
@@ -0,0 +1,5 @@
|
||||
name := "hello"
|
||||
|
||||
version := "1.0"
|
||||
|
||||
scalaVersion := "2.9.1"
|
3
oldstuff/scala/sbt-guide/hello/src/main/scala/hw.scala
Normal file
3
oldstuff/scala/sbt-guide/hello/src/main/scala/hw.scala
Normal file
@@ -0,0 +1,3 @@
|
||||
object Hi {
|
||||
def main(args: Array[String]) = println("Hi")
|
||||
}
|
Reference in New Issue
Block a user