Peter BlockmanforPeter Blockmanpeterblockman.hashnode.netยทNov 5, 2022Cairo lang: Sum even numbers in an arraySetting up We use protostar to set up a simple Cairo project where we can implement and test our function. protostar init sum-even Algorithm Cairo does not have a standard for loop built-in. To sum even numbers in an array, we use recursion. main.c...52 readscairo-langAdd a thoughtful commentNo comments yetBe the first to start the conversation.