Skip to content

Instantly share code, notes, and snippets.

View zrygan's full-sized avatar
😀

Zhean Ganituen zrygan

😀
View GitHub Profile
%% Design Quiz UML Solution
%% Zhean Ganituen (zrygan)
classDiagram
direction TD
%% Owners/Farm Context
class Farm {
+ List~string~ owners = ["Bob", "Alice"]
+ string name