All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.penguin.korean.tools.Runnable.scala Maven / Gradle / Ivy

There is a newer version: 4.4.4
Show newest version
package com.twitter.penguin.korean.tools

/**
 * Created by hohyonryu on 1/3/15.
 */
abstract class Runnable {
  def main(args: Array[String]) {
    run
  }
  def run
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy