Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

code-check/cli-template-scala

Open more actions menu

Repository files navigation

Command line application template for Scala

Implement CLI application by editing App.java

How to get input parameters

You can get arguments as args in main method.

def main(args: Array[String]): Unit = {
  // code to run
}

How to output result

You can use println method to output your result into stdout.

println("Hellow world")

Install External Libraries

If you want to use external libraries, do the following:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.