mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 13:20:48 -05:00
42 lines
820 B
JSON
42 lines
820 B
JSON
{
|
|
"authors": [
|
|
"EduardoBautista"
|
|
],
|
|
"contributors": [
|
|
"ashleygwilliams",
|
|
"ClashTheBunny",
|
|
"coriolinus",
|
|
"cwhakes",
|
|
"dvoytik",
|
|
"EduardoBautista",
|
|
"efx",
|
|
"ErikSchierboom",
|
|
"hydhknn",
|
|
"IanWhitney",
|
|
"ijanos",
|
|
"kytrinyx",
|
|
"lutostag",
|
|
"nfiles",
|
|
"petertseng",
|
|
"regnerjr",
|
|
"rofrol",
|
|
"stringparser",
|
|
"xakon",
|
|
"ZapAnton"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lib.rs",
|
|
"Cargo.toml"
|
|
],
|
|
"test": [
|
|
"tests/hello-world.rs"
|
|
],
|
|
"example": [
|
|
".meta/example.rs"
|
|
]
|
|
},
|
|
"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"
|
|
}
|