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");