/ docs / Exercism / rust / hello-world / .exercism / config.json
config.json
 1  {
 2    "authors": [
 3      "EduardoBautista"
 4    ],
 5    "contributors": [
 6      "ashleygwilliams",
 7      "ClashTheBunny",
 8      "coriolinus",
 9      "cwhakes",
10      "dvoytik",
11      "EduardoBautista",
12      "efx",
13      "ErikSchierboom",
14      "hydhknn",
15      "IanWhitney",
16      "ijanos",
17      "kytrinyx",
18      "lutostag",
19      "nfiles",
20      "petertseng",
21      "regnerjr",
22      "rofrol",
23      "stringparser",
24      "xakon",
25      "ZapAnton"
26    ],
27    "files": {
28      "solution": [
29        "src/lib.rs",
30        "Cargo.toml"
31      ],
32      "test": [
33        "tests/hello_world.rs"
34      ],
35      "example": [
36        ".meta/example.rs"
37      ]
38    },
39    "blurb": "Exercism's classic introductory exercise. Just say \"Hello, World!\".",
40    "source": "This is an exercise to introduce users to using Exercism",
41    "source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
42  }