Some solutions for the julia path

This commit is contained in:
2025-08-04 19:44:03 +02:00
parent 5c52e8e34d
commit 8296c79f68
104 changed files with 4373 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"authors": [
"colinleach"
],
"files": {
"solution": [
"secrets.jl"
],
"test": [
"runtests.jl"
],
"exemplar": [
".meta/exemplar.jl"
]
},
"forked_from": [
"java/secrets"
],
"blurb": "Learn about bit manipulation by writing a program to decrypt a message."
}

View File

@@ -0,0 +1 @@
{"track":"julia","exercise":"secrets","id":"3bbfeb59334b4b14a09c7f5a345b04e5","url":"https://exercism.org/tracks/julia/exercises/secrets","handle":"Kimawari","is_requester":true,"auto_approve":false}