Explore Library
Code QuizBeginner

Unterminated Block Comment

Find the comment syntax error in this snippet.

Codeswift
/* This is a note
let total = 42
print(total)

What is the bug in this code?