From 49b9608f3179869c9d6de07ca1e8fcd8b2e74363 Mon Sep 17 00:00:00 2001 From: Ki Rill Date: Mon, 16 Dec 2019 10:57:13 +0600 Subject: [PATCH] Update main.d --- lesson#2/main.d | 2 ++ 1 file changed, 2 insertions(+) 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