diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-09 20:44:49 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-09 20:44:49 +0100 |
| commit | 2f427f1d9f68cc1f35c9859e24a4a002705e39fd (patch) | |
| tree | f128a803768b7815d72c9a20e5ae498edb69281a | |
| parent | 41d111fa5f5cf39173778602364639d31886d899 (diff) | |
Fix file extension
| -rw-r--r-- | test.yx (renamed from test.xy) | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +module foo; + def puts = $foreign("puts", func(s ^u8)); /* @@ -21,7 +23,7 @@ def foo = func() { def main′ = func() { puts("Hello, sailor!"); some_func(#b10.1100'1001e+11); - x, y = 69, 420; + x, y = 69, 420; slices_sort(my_slice, func(x, y int) int { return x - y; }); |