refactor(subject): add missing import

This commit is contained in:
lee 2023-12-06 17:41:46 +00:00 committed by Lee
parent 4ecd1597e7
commit a156d4e32d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package main
import (
"fmt"
"piscine"
)
func main() {