Created
March 10, 2024 15:52
-
-
Save rudiedirkx/19aad345a5b6457b9b110537b4bf3b14 to your computer and use it in GitHub Desktop.
This file contains 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
copy(Array(32).fill(0).map(() => '#' + ('00000' + Math.floor(Math.random()*Math.pow(256, 3)).toString(16)).slice(-6)).join("\n")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment