about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
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";
   }
 
 }