Swift - Basics and Runtime
Identify the error in this Swift code snippet:
/* This is a multi-line comment
func greet() {
print("Hello")
}
// Missing closing comment delimiter