Stubbing in some garbage for Scala version of RabbitMQ in Action ch 02 examples
This commit is contained in:
parent
3fed0c2e4e
commit
f800f221fd
2
sylvilagus/scala/.gitignore
vendored
Normal file
2
sylvilagus/scala/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/.env
|
||||||
|
/target/
|
5
sylvilagus/scala/build.sbt
Normal file
5
sylvilagus/scala/build.sbt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name := "hello"
|
||||||
|
|
||||||
|
version := "0.1.0"
|
||||||
|
|
||||||
|
scalaVersion := "2.9.2"
|
@ -0,0 +1,5 @@
|
|||||||
|
object Producer extends App {
|
||||||
|
println("OH HAI")
|
||||||
|
}
|
||||||
|
|
||||||
|
// vim: set ts=2 sw=2 et:
|
Loading…
Reference in New Issue
Block a user