exercism, yo
This commit is contained in:
commit
13586edbe1
9 changed files with 296 additions and 0 deletions
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": "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"
|
||||
}
|
||||
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":"34f2aed4dc384dcf8a42c30b072b3644","url":"https://exercism.org/tracks/rust/exercises/hello-world","handle":"Buff2out","is_requester":true,"auto_approve":false}
|
||||
Loading…
Add table
Add a link
Reference in a new issue