Skip to content

Instantly share code, notes, and snippets.

@machkouroke
Created April 14, 2023 15:45
Show Gist options
  • Save machkouroke/9f7d84f347428cb17ef07b8bce8e2f6d to your computer and use it in GitHub Desktop.
Save machkouroke/9f7d84f347428cb17ef07b8bce8e2f6d to your computer and use it in GitHub Desktop.
include("./Queen.jl")
struct Chromosone
queens::Vector{Queen}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment