icoa-cli 2.16.10 → 2.16.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/exam.js +7 -2
- package/package.json +1 -1
package/dist/commands/exam.js
CHANGED
|
@@ -624,8 +624,13 @@ export function registerExamCommand(program) {
|
|
|
624
624
|
console.log(chalk.white(' everything happens inside this terminal — no other tools allowed.'));
|
|
625
625
|
console.log();
|
|
626
626
|
console.log(chalk.yellow(' Did you know?'));
|
|
627
|
-
console.log(chalk.gray(' CTF
|
|
628
|
-
console.log(chalk.gray('
|
|
627
|
+
console.log(chalk.gray(' CTF (Capture The Flag) started at DEF CON 4 in 1996,'));
|
|
628
|
+
console.log(chalk.gray(' Las Vegas. Founded by Jeff Moss (Dark Tangent).'));
|
|
629
|
+
console.log(chalk.gray(' 2026 marks 30 years of CTF competitions worldwide.'));
|
|
630
|
+
console.log();
|
|
631
|
+
console.log(chalk.gray(' 1996 First CTF @ DEF CON'));
|
|
632
|
+
console.log(chalk.gray(' 2016 DARPA Cyber Grand Challenge — AI enters CTF'));
|
|
633
|
+
console.log(chalk.gray(' 2026 ICOA — First AI Security Olympiad, Sydney'));
|
|
629
634
|
console.log();
|
|
630
635
|
console.log(chalk.white(' ICOA uses ') + chalk.bold('TWO') + chalk.white(' competition tracks:'));
|
|
631
636
|
console.log();
|