Skip to content

Instantly share code, notes, and snippets.

View nburke-salesforce's full-sized avatar

Nathan Burke nburke-salesforce

View GitHub Profile
@nburke-salesforce
nburke-salesforce / Simulation.scala
Created July 22, 2021 15:45
In Person Return To Work Simulation
package example
import java.io._
import scala.util.Random
import scala.annotation.tailrec
import com.github.tototoshi.csv._
trait SalesTeam {
val pop: Int
}