From 463dcfca0cb3a4410df24bd6caba0a3501933007 Mon Sep 17 00:00:00 2001 From: mike <39063587+mike-turintech@users.noreply.github.com> Date: Wed, 7 Dec 2022 16:34:16 +0000 Subject: [PATCH] Update main.cpp --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index b8fa417..b44588d 100644 --- a/main.cpp +++ b/main.cpp @@ -17,6 +17,8 @@ int main(int argc, char *argv[]) { std::cout << "Path is relative" << std::endl; } + + else { std::cout << "Path is not relative" << std::endl;