Adding back the package statement

now that I have the vim syntax checker working better
This commit is contained in:
Dan Buch 2012-11-15 20:13:11 -05:00
parent b8a0654107
commit 4be2593056

View File

@ -1,3 +1,5 @@
package com.meatballhat.sylvilagus.ch02
import com.rabbitmq.client._
object HelloWorldProducer extends App {