Add d_string example.
This commit is contained in:
parent
522869371e
commit
5ff14f9dea
4
examples/d_string.dm
Normal file
4
examples/d_string.dm
Normal file
@ -0,0 +1,4 @@
|
||||
fn main()
|
||||
let world = 'Earth'
|
||||
println "Hello, ${world}!"
|
||||
end
|
||||
Loading…
Reference in New Issue
Block a user