From 7772bc1926acf3fe3a94241043ce95186a0140d5 Mon Sep 17 00:00:00 2001 From: Skiz Date: Sun, 15 Sep 2024 17:25:30 -0400 Subject: Added error text/message --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index e6328e0..4285b1c 100644 --- a/src/main.c +++ b/src/main.c @@ -22,7 +22,7 @@ int main(int argc, char* argv[]) { print("$%.2f \n", total); exit: - print("Please input number\n"); + print("No input given,\nplease input the price of your product.\n"); return 0; } -- cgit v1.2.3