Test default file name

This commit is contained in:
Aoran Zeng
2025-07-21 02:00:50 +08:00
parent e2c79fe87d
commit dee86dbcef

View File

@@ -0,0 +1,9 @@
# Test default file name
random words
- postfix = `rakutest`
```raku
say "hello world";
```