Preparing for new tutorial episode

This commit is contained in:
rillk500 2020-03-21 09:47:35 +06:00
parent bd982aa0d9
commit b0b22a8f25
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
img
.DS_Store

3
lesson#14/main.d Normal file
View File

@ -0,0 +1,3 @@
import std.stdio;
void main() {}