Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacr/09b79811b78b06727eb5b9ed8fbdac09 to your computer and use it in GitHub Desktop.
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/e3b74e512dd08628686cf6344538e0c492794764
#!/usr/bin/env julia
## summary : julia uuid generator
## keywords : julia, uuid, @testable
## publish : gist
## authors : David Crosson
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
## 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