add lila source example files
This commit is contained in:
parent
86d4f7fffb
commit
374daaff7f
8 changed files with 49 additions and 0 deletions
4
examples/strings.lila
Normal file
4
examples/strings.lila
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
fn main() {
|
||||
destination = "unknown";
|
||||
set destination = "to the moon";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue