From 35567b455e3c85f0fb4a3954c38e91737a0b6a61 Mon Sep 17 00:00:00 2001 From: Dmitriy Shishkov Date: Thu, 11 Jun 2020 20:38:33 +0500 Subject: [PATCH] Added readme --- Readme.txt | 3 +++ triangle.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Readme.txt diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..83664a5 --- /dev/null +++ b/Readme.txt @@ -0,0 +1,3 @@ + * Welcome to The Triangle programm. + *** It would help you to draw some simple, but beautiful triangles. +***** Hope you'll enjoy using it! \ No newline at end of file diff --git a/triangle.c b/triangle.c index 31c4d79..c6c5d7d 100644 --- a/triangle.c +++ b/triangle.c @@ -27,7 +27,7 @@ int main() */ clrscr(); printf("\n\n"); - printf(" * Welcom to The Triangle programm.\n"); + printf(" * Welcome to The Triangle programm.\n"); printf(" *** It would help you to draw some simple, but beautiful triangles.\n"); printf("***** Hope you'll enjoy using it!\n"); printf("\n\n");