# go15 **Repository Path**: vionysos/go15 ## Basic Information - **Project Name**: go15 - **Description**: Magedu go15 exercise - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-07 - **Last Updated**: 2024-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go15 #### 介绍 Magedu go15 exercise #### 第一章 ch1 ex1-1 打印九九乘法表。如果可以要求间隔均匀。 ex1-2 随机生成20以内的20个非0正整数,打印出来。对生成的数值,第单数个(不是索引)累加求和,第 偶数个累乘求积。打印结果 ex1-3 打印100以内的斐波那契数列