From 35eb9dd18ab84850d9dc420fceb141b1902df4b3 Mon Sep 17 00:00:00 2001 From: "bedran.sezer" <bedran.sezer@etu.hesge.ch> Date: Fri, 21 Jun 2024 02:18:42 +0200 Subject: [PATCH] add summary --- .../src/commander/exercise/subcommands/ExerciseResultCommand.ts | 0 .../src/commander/exercise/subcommands/ExerciseSummaryCommand.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts create mode 100644 NodeApp/src/commander/exercise/subcommands/ExerciseSummaryCommand.ts diff --git a/NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts b/NodeApp/src/commander/exercise/subcommands/ExerciseResultCommand.ts new file mode 100644 index 0000000..e69de29 diff --git a/NodeApp/src/commander/exercise/subcommands/ExerciseSummaryCommand.ts b/NodeApp/src/commander/exercise/subcommands/ExerciseSummaryCommand.ts new file mode 100644 index 0000000..e69de29 -- GitLab