From 63557cd05cd4f15daa63a084eed0c7349e9b3a48 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Tue, 29 Sep 2020 13:41:32 +0200 Subject: [PATCH] Clarify that the VCS spec is not bulletproof --- assignment1/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assignment1/README.md b/assignment1/README.md index d32d909..d9a9489 100644 --- a/assignment1/README.md +++ b/assignment1/README.md @@ -137,6 +137,8 @@ o─┘ r0 "First Commit" ## Implementation +If you encounter a problem where the specification is ambiguous or unclear, make a justifiable decision on what to do. + You are only allowed to use: - C++ standard library (C++17 standard) - C standard library (as fallback)