From 9b73f5889937d88796b45126f6165027fecd3436 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 6 Sep 2024 15:37:57 +0200 Subject: more --- 6p20.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '6p20.cpp') diff --git a/6p20.cpp b/6p20.cpp index 58d5fbf..c2b0b0b 100644 --- a/6p20.cpp +++ b/6p20.cpp @@ -1,12 +1,17 @@ -#include /* * - * Description + * 6.20 * * */ int main () { + + /* + We should do it when we only need to read the data. + There is no point accidentally writing to something we did not intend to write to. + Because if we had used const we would not be allowed to. + */ return 0; } -- cgit v1.2.3