Comentarios de óxido
// Use two '//'
kirbster102
// Use two '//'
fn main() {
// that is a comment for one line
/// that is a comment used for the documentation
/*
This is a comment
for more than one line
*/
}