Last active
February 3, 2026 20:22
-
-
Save dacr/09b79811b78b06727eb5b9ed8fbdac09 to your computer and use it in GitHub Desktop.
julia uuid generator / published by https://github.com/dacr/code-examples-manager #8bd0c1d0-111d-11eb-24ba-0ff72de94be8/d1c84adb20fd32771469c576f1d9b2cf0ba41468
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
| #!/usr/bin/env julia | |
| ## summary : julia uuid generator | |
| ## keywords : julia, uuid, @testable | |
| ## publish : gist | |
| ## authors : David Crosson | |
| ## license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) | |
| ## id : 8bd0c1d0-111d-11eb-24ba-0ff72de94be8 | |
| ## created-on : 2020-10-17T19:03:34Z | |
| ## managed-by : https://github.com/dacr/code-examples-manager | |
| ## execution : julia script (https://julialang.org/) - run as follow 'julia scriptname.jl' or directly thanks to the shebang | |
| using UUIDs | |
| println(uuid1()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment