Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 513 Bytes

Scala - Examples

Program List

Language

  • CreatePoly.scala
    • create a polyhedron that is sub-divided a set amount of times
    • has a custom run script in the CreatePoly folder
  • ForLoop.scala
    • hello world, inside a backward for loop
  • HelloWorld.scala
    • classic Hello, World program

Compiling & Running Code

For Linux, you can use the provided bash script:

e.g. for program: ForLoop.scala

./run ForLoop