From b0b22a8f25ee1bafca38e467fafbeafcb7d187b4 Mon Sep 17 00:00:00 2001 From: rillk500 Date: Sat, 21 Mar 2020 09:47:35 +0600 Subject: [PATCH] Preparing for new tutorial episode --- .gitignore | 2 ++ lesson#14/main.d | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 lesson#14/main.d diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..18df82c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +img +.DS_Store diff --git a/lesson#14/main.d b/lesson#14/main.d new file mode 100644 index 0000000..e5773f3 --- /dev/null +++ b/lesson#14/main.d @@ -0,0 +1,3 @@ +import std.stdio; + +void main() {}