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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user