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,23 @@
{
"authors": [
"andrej-makarov-skrt"
],
"contributors": [
"cmcaine",
"SaschaMann"
],
"files": {
"solution": [
"leap.jl"
],
"test": [
"runtests.jl"
],
"example": [
".meta/example.jl"
]
},
"blurb": "Determine whether a given year is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
"source_url": "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
}

View File

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