mirror of
https://github.com/chylex/Brotli-Builder.git
synced 2024-12-21 22:42:48 +01:00
7 lines
173 B
Forth
7 lines
173 B
Forth
module EntryPoint
|
|
|
|
let _ = 0
|
|
|
|
// F# adds an entry point for executable projects to the last file.
|
|
// If the last file is a test module, it messes up static initializers.
|