summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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;
}