minor changes

This commit is contained in:
aditya-K2 2021-11-11 22:30:14 +05:30
parent 9c039a8681
commit 602fc193fc

View File

@ -1,7 +1,6 @@
package main package main
import ( import (
"fmt"
"log" "log"
"strconv" "strconv"
"time" "time"
@ -257,7 +256,6 @@ func main() {
} }
default: default:
{ {
fmt.Println(e.Rune())
return e return e
} }
} }