# Introduction In this revised challenge, you will **use** an existing Go package (`challengeproject/mathutil`) that implements a `Square()` function. Your goal is to create a `main.go` file with basic placeholders for importing and calling `Square()`. After replacing the placeholder `TODO`s, running the program should print the squared result of a given integer (e.g., 25 if the integer is 5).
Click the virtual machine below to start practicing