Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 141 Bytes

draw_flowchart_compare_two_numbers.md

File metadata and controls

10 lines (8 loc) · 141 Bytes

%%mermaid_magic -h 160

flowchart TD
  B([ Mulai ]);
  E([ Selesai ]);
  B --> E;
Loading