index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
swift
/
2 multifile
/
libfile.swift
blob: 45f941ca74024271072d2412fbc34fad1155a4b6 (
plain
)
1
2
3
func
printSomething
(
text
:
String
)
{
print
(
"Got this:
\(
text
)
"
)
}