open System
let rec fizzbuzz start =
// Fill in code here
() // This will be the last line, signifying a return value of "unit" (like void)