Fix module filename; I misunderstood the directory layout there

This commit is contained in:
FeepingCreature 2013-09-08 13:10:41 +02:00
parent 26a633f0de
commit c38f2c1deb

View File

@ -22,7 +22,7 @@ Neat is basically a smaller version of D1 with some experimental syntax and a fo
+/
// Module name. This has to match the filename/directory.
module neat;
module LearnNeat;
// Make names from another module visible in this one.
import std.file;