Browse Source

Remove old comments

content-update
4 years ago
parent
commit
e55d1ea8ac
  1. 3
      go/tests/func/atoibase_test/main.go

3
go/tests/func/atoibase_test/main.go

@ -7,7 +7,6 @@ import (
"lib"
)
// this is the function that creates the TESTS
func main() {
type node struct {
s string
@ -45,5 +44,3 @@ func main() {
lib.Challenge("AtoiBase", student.AtoiBase, base.Atoi, arg.s, arg.base)
}
}
// TODO: fix base exercises

Loading…
Cancel
Save