index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
swift
/
7 modulemap subdir
/
main.swift
blob: 1a38c2596a858afe8796966436f0806b0ed3470f (
plain
)
1
2
3
4
5
import
mylib
let
num
=
getNumber
()
print
(
"The number returned from C code is:
\(
num
)
."
)