6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
native :: import "native.h"
|
|
|
|
main :: func() void {
|
|
_ = native.write
|
|
}
|