Stubbing in some garbage for Scala version of RabbitMQ in Action ch 02 examples

This commit is contained in:
Dan Buch 2012-11-15 00:23:36 -05:00
parent 3fed0c2e4e
commit f800f221fd
3 changed files with 12 additions and 0 deletions

2
sylvilagus/scala/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/.env
/target/

View File

@ -0,0 +1,5 @@
name := "hello"
version := "0.1.0"
scalaVersion := "2.9.2"

View File

@ -0,0 +1,5 @@
object Producer extends App {
println("OH HAI")
}
// vim: set ts=2 sw=2 et: