exercism/zig/hello-world/.exercism/config.json

20 lines
438 B
JSON
Raw Normal View History

2024-01-03 03:10:04 -05:00
{
"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"
}