Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ feature
|
||||
io : BASIC_IO;
|
||||
do
|
||||
!!io;
|
||||
io.put_string("Hello World!");
|
||||
io.put_string("Hello World");
|
||||
io.put_newline
|
||||
end; -- run
|
||||
end; -- class HELLO
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Html exposing (text)
|
||||
|
||||
main =
|
||||
text "Hello, World!"
|
||||
text "Hello World"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
🐇 🐼 🍇
|
||||
🐇🐖 🏁 ➡️ 🚂 🍇
|
||||
😀 <20>Hello, World🔤
|
||||
😀 <20>Hello World🔤
|
||||
🍎 0
|
||||
🍉
|
||||
🍉
|
||||
|
||||
@@ -1 +1 @@
|
||||
Hello World! :Q S::P :P
|
||||
Hello World :Q S::P :P
|
||||
|
||||
Reference in New Issue
Block a user