exercism / exercism/problem-specifications

Exercise Proposal: HTTP Query string builder

未关闭
#225 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。