Remove trailing whitespace

This commit is contained in:
Rutger van Bergen
2022-09-19 23:57:26 +02:00
parent ab6840712b
commit 3b431d9fa3
4 changed files with 14 additions and 14 deletions

View File

@@ -9,14 +9,14 @@
#include <stdio.h>
#include <kim1.h>
int main (void)
int main (void)
{
char str[100];
char c = 0x00;
printf ("\nHello World!\n\n");
printf ("Type a line and press ENTER, please.\n\n");
gets( str );
printf ("\n\nThanks: %s\n\n", str);