Browse Source

refactor(subject): add missing import

pull/2368/head
lee 5 months ago committed by Lee
parent
commit
a156d4e32d
  1. 1
      subjects/fromto/main.go

1
subjects/fromto/main.go

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

Loading…
Cancel
Save