Browse Source

Fix unused import

The `fmt` package was included but never used in the provided exemple program
pull/1343/head
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 package main
import ( import (
"fmt"
"github.com/01-edu/z01" "github.com/01-edu/z01"
"piscine" "piscine"

Loading…
Cancel
Save