added strings

This commit is contained in:
2022-10-12 11:06:58 -06:00
parent c4be846c1d
commit ce23415663
8 changed files with 73 additions and 0 deletions

5
examples/strings.bl Normal file
View File

@@ -0,0 +1,5 @@
fn main(): String {
return "foo";
}