Page 1 of 1

Single line comments in Solidity are:

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
Single line comments in Solidity are:

A. working with either // or ///
B. working with /* comment */ or /** @.. natspec style */
C. not possible, all comments must be multi-line.