minor changes

This commit is contained in:
aditya-K2 2021-11-11 22:30:14 +05:30
parent 9c039a8681
commit 602fc193fc
1 changed files with 0 additions and 2 deletions

View File

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