diff options
Diffstat (limited to 'teams.dot')
-rw-r--r-- | teams.dot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/teams.dot b/teams.dot index 952f4e9..4b38b0f 100644 --- a/teams.dot +++ b/teams.dot @@ -121,6 +121,8 @@ digraph teams { "b1c" [href="https://ctftime.org/team/36439"] "kernel sanders" [href="https://ctftime.org/team/397"] "sigpwny" [href="https://ctftime.org/team/27763"] + "crusaders of rust" [href="https://ctftime.org/team/132628/"] + "CCC" [href="https://ctftime.org/team/114056/"] } // level 4 @@ -245,6 +247,8 @@ digraph teams { "b1c"-> "DiceGang" "kernel sanders"-> "DiceGang" "sigpwny"-> "DiceGang" + "crusaders of rust" -> "DiceGang" + "CCC" -> "DiceGang"; } // level 4 -> level 3 |