mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
20 lines
438 B
JSON
20 lines
438 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"massivelivefun"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"hello_world.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_hello_world.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
|
||
|
"source": "This is an exercise to introduce users to using Exercism",
|
||
|
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
|
||
|
}
|