The Meson Build System
http://mesonbuild.com/
4 lines
69 B
4 lines
69 B
5 years ago
|
func printSomething(text: String) {
|
||
|
print("Got this: \(text)")
|
||
|
}
|