Different solution for Gophercise 1

This commit is contained in:
2025-05-31 13:14:20 -04:00
parent b22ab92d79
commit 1da6e395bf
56 changed files with 3374 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
"What is the favourite food?",pizza
5+5,10
7+3,10
1+1,2
8+3,11
1+2,3
8+6,14
3+1,4
1+4,5
5+1,6
2+3,5
3+3,6
2+4,6
5+2,7
1 What is the favourite food? pizza
2 5+5 10
3 7+3 10
4 1+1 2
5 8+3 11
6 1+2 3
7 8+6 14
8 3+1 4
9 1+4 5
10 5+1 6
11 2+3 5
12 3+3 6
13 2+4 6
14 5+2 7