Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 109 Bytes

File metadata and controls

9 lines (8 loc) · 109 Bytes

Bert

graph LR;
  B & T & R --> E;
  E & B & T --> R;
  R & E & B --> T;
  T & R & E --> B;
Loading