diff --git a/lesson#2/main.d b/lesson#2/main.d index 49fd828..dccc85f 100644 --- a/lesson#2/main.d +++ b/lesson#2/main.d @@ -1,3 +1,5 @@ +// OUR FIRST DLANG PROGRAM + // This is a comment, it is ignored by the compiler // It is useful to comment some pieces of your code. // For example, instead of reading somebody's code, you could read a comment, which explains what that code does