// This demonstrates how to import functions from a package inside a worksheet.

import midterm22.{task, find}

find(Array(1, 2, 3), 2, 1)