mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-05-18 19:13:27 +02:00
added extra ascii consts
This commit is contained in:
@@ -49,7 +49,9 @@ func ToString(arg interface{}) string {
|
||||
|
||||
const (
|
||||
ASCIICodeCapA = int('A') // 65
|
||||
ASCIICodeCapZ = int('Z') // 65
|
||||
ASCIICodeLowerA = int('a') // 97
|
||||
ASCIICodeLowerZ = int('z') // 97
|
||||
)
|
||||
|
||||
// ToASCIICode returns the ascii code of a given input
|
||||
|
||||
Reference in New Issue
Block a user