mirror of https://github.com/01-edu/public.git
Xavier Petit
5 years ago
committed by
xpetit
3 changed files with 4 additions and 11 deletions
@ -1,11 +0,0 @@
|
||||
package main |
||||
|
||||
import ( |
||||
"fmt" |
||||
|
||||
correct "./correct" |
||||
) |
||||
|
||||
func main() { |
||||
fmt.Println(correct.AtoiBase("111", "01")) |
||||
} |
Loading…
Reference in new issue