Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
[\[^^>][$;,1+]#%%]p:
|
||||
0$"Hello, world!"p;!10,
|
||||
0$"Hello World"p;!10,
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
main() {
|
||||
print('Hello, World!');
|
||||
print('Hello World');
|
||||
}
|
||||
|
||||
2
d/d.d
2
d/d.d
@@ -3,5 +3,5 @@ import std.stdio;
|
||||
|
||||
void main()
|
||||
{
|
||||
writeln("Hello World!");
|
||||
writeln("Hello World");
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ helloworld$twist stalker io
|
||||
helloworld$twist sign string
|
||||
io$stalk
|
||||
io$personal
|
||||
string$scrawl " Hello World!
|
||||
string$scrawl " Hello World
|
||||
string$read ~
|
||||
io$echo
|
||||
helloworld$consume io
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
define method main (#rest args)
|
||||
princ("Hello world!");
|
||||
princ("Hello World");
|
||||
end;
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user