chsrc/tool/rawstr4c/test/fixture/output-to-terminal-besides-save-files.md
2025-07-16 19:05:57 +08:00

21 lines
144 B
Markdown

# some config
- output = `:terminal`
```toml
[setting]
init = true
```
# some code
- output = `:global-variable`
```ruby
puts 123;
```