aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/voting/voting.puml
diff options
context:
space:
mode:
Diffstat (limited to 'Mussel/examples/voting/voting.puml')
-rw-r--r--Mussel/examples/voting/voting.puml15
1 files changed, 0 insertions, 15 deletions
diff --git a/Mussel/examples/voting/voting.puml b/Mussel/examples/voting/voting.puml
deleted file mode 100644
index 8460d90..0000000
--- a/Mussel/examples/voting/voting.puml
+++ /dev/null
@@ -1,15 +0,0 @@
-@startuml
-'start
-:instantiate object;
-group init
-:activate object;
-end group
-while (each ½s)
-group loop {
-:register 3 fake votes;
-:fetch and print voting tally;
-end group
-endwhile
--[hidden]->
-kill
-@enduml