Test default file name

This commit is contained in:
Aoran Zeng 2025-07-21 02:00:50 +08:00
parent e2c79fe87d
commit dee86dbcef
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

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