Archiving a bunch of old stuff
This commit is contained in:
@@ -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