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() {}