diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-01-19 09:37:29 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-01-19 09:37:29 +0000 |
| commit | db825f3cdebf4b1031347b0d48b9e478cd84a371 (patch) | |
| tree | f4677372a41dddb17ccc2998c2c93ce64ef8a4aa /test.bl | |
| parent | a238c69ca4e5c44b0e9c398d70122a17939bc439 (diff) | |
utility files
Diffstat (limited to 'test.bl')
| -rw-r--r-- | test.bl | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +int a = 5; +int b = 6; + +int c = a * b; + +int num = 2 + 2 * 2; |
