Added fibonacci example

This commit is contained in:
Eduard Urbach 2024-07-09 10:28:14 +02:00
parent cbbceedc4d
commit c2b763ab67
Signed by: eduard
GPG key ID: 49226B848C78F6C8
11 changed files with 107 additions and 16 deletions

View file

@ -12,6 +12,7 @@ var examples = []struct {
}{
{"hello", "", 0},
{"write", "ELF", 0},
{"fibonacci", "", 55},
}
func TestExamples(t *testing.T) {