From 1ec16814321296bc11882dce25a9dee0b084a99f Mon Sep 17 00:00:00 2001 From: Rudi Buss <rudi.buss@th-deg.de> Date: Thu, 26 Sep 2024 19:42:44 +0200 Subject: [PATCH] Update Exercise 3 - Remove blanks.txt --- .../Exercises/Exercise 3 - Remove blanks.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Part 2/1. File processing, error handling/Exercises/Exercise 3 - Remove blanks.txt b/Part 2/1. File processing, error handling/Exercises/Exercise 3 - Remove blanks.txt index 2f2b5db..65c532d 100644 --- a/Part 2/1. File processing, error handling/Exercises/Exercise 3 - Remove blanks.txt +++ b/Part 2/1. File processing, error handling/Exercises/Exercise 3 - Remove blanks.txt @@ -1,3 +1,2 @@ Write a program that replaces all multiple blanks by a single blank from a text in a file and displays the text on the screen. -The new output should then be saved in an separate file. - +The new output should then be saved in an separate file. \ No newline at end of file -- GitLab