Implemented data labels

This commit is contained in:
Eduard Urbach 2024-07-13 00:13:13 +02:00
parent 7b18056006
commit 9df899cb52
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
18 changed files with 428 additions and 327 deletions

View file

@ -10,7 +10,7 @@ var examples = []struct {
ExpectedOutput string
ExpectedExitCode int
}{
{"hello", "", 0},
{"hello", "Hello", 0},
{"fibonacci", "", 55},
}