Skip to content

weabreu16/programming-languages-scala

Repository files navigation

Programming Languages - Scala

This project is for the homework with the same name using the programming language Scala.

Compile

To compile a scala file into dist directory, use the following syntax:

scalac -d dist <filename>.scala

Example:

scalac -d dist Hello.scala

Run

To run the compiled code, go to the compiled file location (default is dist), and use the following syntax:

scala <filename>

Example:

scala Hello

Run CMD Arguments

To run the CMDExample with arguments, use the following syntax:

scala CMDExample <list of args>

Example:

scala CMDExample Hello William

About

Project for the homework Programming Languages using Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages