mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-15 22:11:41 -06:00
Begin Rust track : hello-world, gigasecond
This commit is contained in:
42
rust/hello-world/.exercism/config.json
Normal file
42
rust/hello-world/.exercism/config.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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": "The classical introductory exercise. Just say \"Hello, World!\".",
|
||||
"source": "This is an exercise to introduce users to using Exercism",
|
||||
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
|
||||
}
|
||||
1
rust/hello-world/.exercism/metadata.json
Normal file
1
rust/hello-world/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"rust","exercise":"hello-world","id":"497d2c7a5b364a44ae03dfa19b7eb555","url":"https://exercism.org/tracks/rust/exercises/hello-world","handle":"Xevion","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user