exercism / exercism/problem-specifications
Exercise Proposal: HTTP Query string builder
未关闭
new exercise idea
- 主要语言
- Ruby
- 星标
- 358
- 派生
- 563
- 平均合并
- 18 小时 41 分钟
- 30 天内合并 PR
- 2
描述
I've recently taken on the challenge of creating a query string builder, and I found it to be a rewarding exercise.
This is an exercise that I enjoy doing whenever I learn a new language and would like to share it.
##### Exercise:
```
Write a program that provided a list of tuples can return a HTTP query string.
For example: (Rust-specific)
Input:
let params = vec![("key1", "value1"), ("key2", "value2")];
Output:
"?key1=value1&key2=value2"
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。