Browse Source

Fix unused import

The `fmt` package was included but never used in the provided exemple program
DEV-3377-new-go-exercise-swap-first
rcatini 2 years ago committed by GitHub
parent
commit
58c92312e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/printnbrbase/README.md

2
subjects/printnbrbase/README.md

@ -30,8 +30,6 @@ Here is a possible program to test your function :
package main
import (
"fmt"
"github.com/01-edu/z01"
"piscine"

Loading…
Cancel
Save