はじめに
このチャレンジでは、Go のマップを使用して学生の成績を効率的に管理するためのシンプルな成績管理システムを作成する必要があります。教学補助者として、学生の追加、成績の取得と更新、現在の学生の成績の表示など、さまざまな操作を実装することになります。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/DataTypesandStructuresGroup(["Data Types and Structures"])
go(("Golang")) -.-> go/FunctionsandControlFlowGroup(["Functions and Control Flow"])
go/DataTypesandStructuresGroup -.-> go/strings("Strings")
go/DataTypesandStructuresGroup -.-> go/maps("Maps")
go/FunctionsandControlFlowGroup -.-> go/for("For")
subgraph Lab Skills
go/strings -.-> lab-436735{{"Go のマップを使った学生の成績管理"}}
go/maps -.-> lab-436735{{"Go のマップを使った学生の成績管理"}}
go/for -.-> lab-436735{{"Go のマップを使った学生の成績管理"}}
end