Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Feb 5, 2013
0 parents commit 9ad7627
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
target/
/.cache
/.classpath
/.project
/.settings/
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name := "scalajs"

version := "1.0"

scalaVersion := "2.10.0"
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=0.12.2
3 changes: 3 additions & 0 deletions src/main/scala/Hello.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
object Hello {
def main(args: Array[String]) = println("Hello!")
}

0 comments on commit 9ad7627

Please sign in to comment.