// Hello this is swift /* * This is a multi-line comment * It should be ignored by the parser */ func hello() { // This is a single-line comment print("Hello, world!") }