diff options
author | Oskar <[email protected]> | 2024-08-09 12:46:41 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-09 12:46:41 +0200 |
commit | 97df48a5d420072c1ed487b7d5306d1665e692db (patch) | |
tree | 9fd129a1b108828d02cf4baa6cbeef54be371afe /exercise-template.cpp | |
parent | 9b931cfed1551961c8bbb93b21051104c0c4c716 (diff) |
more exercises
Diffstat (limited to 'exercise-template.cpp')
-rw-r--r-- | exercise-template.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercise-template.cpp b/exercise-template.cpp index 8986133..9c7d438 100644 --- a/exercise-template.cpp +++ b/exercise-template.cpp @@ -18,7 +18,5 @@ using std::clog; using std::endl; using std::vector; int main () { - - return 0; } |