aboutsummaryrefslogtreecommitdiff
path: root/core/dynlib/example
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 12:24:28 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 12:24:28 +0200
commitece213afca742bb91e9328230fd21b6b94c85662 (patch)
treebd53a386f09c717dfb8c1af903e95599a22ca6a5 /core/dynlib/example
parent4068eeb5fae3981b34a5e5ae96e7c1b0c0eedc85 (diff)
Render examples.
Diffstat (limited to 'core/dynlib/example')
-rw-r--r--core/dynlib/example/example.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dynlib/example/example.odin b/core/dynlib/example/example.odin
index 78fb5a98c..84ee103e3 100644
--- a/core/dynlib/example/example.odin
+++ b/core/dynlib/example/example.odin
@@ -44,4 +44,4 @@ main :: proc() {
fmt.println("84 - 13 =", sym.sub(84, 13))
fmt.println("hellope =", sym.hellope^)
}
-}
+} \ No newline at end of file