Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 191 Bytes

group_generator.livemd

File metadata and controls

10 lines (7 loc) · 191 Bytes

Untitled notebook

Section

students = ~w(ShawnH, Ian,	Aleena, Patrick,	Luis,	Mario,	Mona,	Reagan,	Jakup,	Rod,	Jazz,	ShawnC)

Enum.shuffle(students)
|> Enum.chunk_every(3)