Created
July 23, 2016 10:34
-
-
Save muuki88/a0b18057a2cdd3462fe965945065c7d6 to your computer and use it in GitHub Desktop.
finagle-01-utils
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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