Created
January 9, 2019 18:25
-
-
Save whitetigle/003cb9a1c7da4c74963d4e6fb9939519 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let options = jsOptions<IOptions>(fun opt -> | |
opt.length <- 10 | |
opt.symbols <- false | |
) | |
let pass = generator.generate options |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment