Fibonacci

#include <stdio.h> int main() { for (i = 0 ; i<10 ; i++) { printf("This is my code\n"); } return 0 }

December 27, 2022