Comments are those that improve the readability of the program but ignored by the compiler.
In Julia programs, you can write single line or multiline comments.
Julia – Single line comments
To write a single line comment, use #
(hash) symbol at the starting of the line.