mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-28 03:39:35 +08:00
10 lines
95 B
Markdown
10 lines
95 B
Markdown
# Test default file name
|
|
|
|
random words
|
|
|
|
- postfix = `rakutest`
|
|
|
|
```raku
|
|
say "hello world";
|
|
```
|