the implementation begins

This commit is contained in:
2024-03-27 21:41:34 -04:00
parent 99058032db
commit d6a0e3d742
141 changed files with 1726 additions and 353 deletions

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("0\t0")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("p 000")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string(" 0")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("0")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("0000000000000000000000000000000000000000")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string(" ")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("\n")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("\v")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("0\v0")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("0\f0")

View File

@@ -0,0 +1,2 @@
go test fuzz v1
string("0\n0")