mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 20:02:22 -07:00
8 lines
114 B
Odin
8 lines
114 B
Odin
package objc_test
|
|
|
|
import NS "core:sys/darwin/Foundation"
|
|
import MTL "core:sys/darwin/Metal"
|
|
|
|
main :: proc() {
|
|
|
|
} |