8 lines
151 B
Text
8 lines
151 B
Text
---
|
|
source: tests/file_tests.rs
|
|
expression: output
|
|
info:
|
|
input: "{{= 5 * 3 }}\n{{= 2 * 3 + 4 * 3 }}\n{{= 3 / 3 + 3 }}"
|
|
context: {}
|
|
---
|
|
"15\n18\n4"
|