mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-07-03 02:30:36 +08:00
6 lines
90 B
Swift
6 lines
90 B
Swift
import mylib
|
|
|
|
let num = getNumber()
|
|
|
|
print("The number returned from C code is: \(num).")
|