Files
boring-lang/examples/strings.bl

6 lines
42 B
Plaintext
Raw Normal View History

2022-10-12 11:06:58 -06:00
fn main(): String {
return "foo";
}