Skip to content

Instantly share code, notes, and snippets.

@muuki88
Created July 23, 2016 10:34
Show Gist options
  • Save muuki88/a0b18057a2cdd3462fe965945065c7d6 to your computer and use it in GitHub Desktop.
Save muuki88/a0b18057a2cdd3462fe965945065c7d6 to your computer and use it in GitHub Desktop.
finagle-01-utils
import com.twitter.app.App
object MyApp extends App {
def main() {
println("Hello, World")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment