Skip to content

Instantly share code, notes, and snippets.

@vihar
Created October 29, 2017 10:19
Show Gist options
  • Save vihar/835e1af3707330c6def20a605fde82ba to your computer and use it in GitHub Desktop.
Save vihar/835e1af3707330c6def20a605fde82ba to your computer and use it in GitHub Desktop.
//Line comment which go to the end of the line.
fn main(){
println!("Hello World, I am not given a comment.");
//println("I am ignored by the compiler");
/*
Large chunck of code can be commented this way !
So it takes only a few symbols to comment out all these lines.
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment