Accidentally kept over development files

This commit is contained in:
Tracker-Friendly 2024-10-23 19:33:07 +01:00
parent e69d52de1b
commit 56e1f9efa0
1 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,7 @@
package main
package ailur_pow
import (
"bytes"
"fmt"
"strconv"
"strings"
"time"
@ -70,7 +69,3 @@ func VerifyPoW(pow string) bool {
return false
}
}
func main() {
fmt.Println(PoW(2, "fg-auth-signup", 0))
}