forked from glen/dyna3
Use module names as filenames
You're right: this naming convention seems to be standard for Julia modules now.
This commit is contained in:
parent
4e02ee16fc
commit
65d23fb667
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
include("hitting-set.jl")
|
||||
include("HittingSet.jl")
|
||||
|
||||
module Engine
|
||||
|
Loading…
Add table
Reference in a new issue