1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

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;