This chapter introduces two ways to write and run Scala programs:
- by creating Scala projects, possibly containing multiple files, and defining a program entry point,
- by interacting with a worksheet, which is a program defined in a single file, executed line by line.