weather-forecast

This commit is contained in:
2024-11-12 11:29:15 -05:00
parent a33fa3295c
commit ab3508e9fc
8 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"nikimanoledaki",
"micuffaro"
],
"files": {
"solution": [
"weather_forecast.go"
],
"test": [
"weather_forecast_test.go"
],
"exemplar": [
".meta/exemplar.go"
],
"invalidator": [
"go.mod"
]
},
"blurb": "Learn about comments by helping a weather station manage their weather forecasting program.",
"custom": {
"taskIdsEnabled": false
}
}

View File

@@ -0,0 +1 @@
{"track":"go","exercise":"weather-forecast","id":"5d77403bba114d42b26c6f6452fdb5b3","url":"https://exercism.org/tracks/go/exercises/weather-forecast","handle":"negrienko","is_requester":true,"auto_approve":false}