Normalize messages
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module hello.world
|
||||
|
||||
function main = |args| {
|
||||
println("Hello world")
|
||||
}
|
||||
function main = |args| {
|
||||
println("Hello World")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user