Implemented 64-bit move

This commit is contained in:
2024-07-26 16:19:13 +02:00
parent 123738f88c
commit bf80551a15
8 changed files with 62 additions and 29 deletions

View File

@ -18,7 +18,7 @@ var examples = []struct {
{"factorial", "", "", 120},
{"fibonacci", "", "", 55},
{"array", "", "Hello", 0},
{"itoa", "", "2147483647", 0},
{"itoa", "", "9223372036854775807", 0},
}
func TestExamples(t *testing.T) {