diff --git a/.gitignore b/.gitignore index 5e38f90..bd40b9a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ docs.json __dummy.html docs/ +out/* # INTELLIJ *.iml diff --git a/source/app.d b/source/app.d index 33c78de..bbd7e81 100644 --- a/source/app.d +++ b/source/app.d @@ -1,6 +1,5 @@ import std.stdio; - void main() { writeln("woomy irl"); }