exercism.org/csharp/hello-world/.exercism/config.json
2024-03-26 07:12:00 +01:00

27 lines
547 B
JSON

{
"authors": [
"robkeim"
],
"contributors": [
"ErikSchierboom",
"j2jensen"
],
"files": {
"solution": [
"HelloWorld.cs"
],
"test": [
"HelloWorldTests.cs"
],
"example": [
".meta/Example.cs"
],
"invalidator": [
"HelloWorld.csproj"
]
},
"blurb": "Exercism's classic 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"
}