Normalize printed text

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2020-03-30 04:21:52 +13:00
parent 9cf0cd7a7b
commit ad16f6d78a
239 changed files with 248 additions and 252 deletions

View File

@@ -6,11 +6,11 @@ main ()
printf ("\n");
printf ("<html>\n");
printf ("<head>\n");
printf ("<title>Hello, world</title>\n");
printf ("<title>Hello World</title>\n");
printf ("</head>\n");
printf ("\n");
printf ("<body>\n");
printf ("<h1>Hello, world</h1>\n");
printf ("<h1>Hello World</h1>\n");
printf ("</body>\n");
printf ("</html>\n");
}