about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-05-30 22:18:58 +0200
committerEmile <git@emile.space>2022-05-30 22:20:19 +0200
commitd39ba88be16906c26c2aa824bd879e99a0cdf93c (patch)
tree5e7773a583f8e0059772387eb25854281260dce1 /teams.dot
parent96bb7c63a7940ecf2b12e6270379f46bd61fc364 (diff)
added perfect root
Diffstat (limited to 'teams.dot')
-rw-r--r--teams.dot10
1 files changed, 10 insertions, 0 deletions
diff --git a/teams.dot b/teams.dot
index fffa880..ea4fe62 100644
--- a/teams.dot
+++ b/teams.dot
@@ -39,6 +39,11 @@ digraph teams {
     "FAUST" [href="https://ctftime.org/team/550"];
     "WizardsOfDos" [href="https://ctftime.org/team/561"];
     "Squareroots" [href="https://ctftime.org/team/554"];
+
+    // perfect rooot
+    "perfect blue" [href="https://ctftime.org/team/53802"];
+    "r00timentary" [href="https://ctftime.org/team/32783"];
+    "Samsung Research" [href=""];
   }
 
   // primary edges
@@ -74,6 +79,11 @@ digraph teams {
     "FAUST" -> "Sauercloud";   
     "WizardsOfDos" -> "Sauercloud";   
     "Squareroots" -> "Sauercloud";   
+
+    // perfect rooot
+    "perfect blue" ->"perfect r✪✪✪t";
+    "r00timentary" -> "perfect r✪✪✪t";
+    "Samsung Research" -> "perfect r✪✪✪t";
   }
 
 }