mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Fix example
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@ Example:
|
|||||||
|
|
||||||
ptr_sub_example :: proc() {
|
ptr_sub_example :: proc() {
|
||||||
arr: [2]int
|
arr: [2]int
|
||||||
print(mem.ptr_sub(&arr[1], &arr[0]))
|
fmt.println(mem.ptr_sub(&arr[1], &arr[0]))
|
||||||
}
|
}
|
||||||
|
|
||||||
Output:
|
Output:
|
||||||
|
|||||||
Reference in New Issue
Block a user