提交 7bbf5320 编写于 作者: F feilong

upadate historyofrust

上级 7aed12d2
...@@ -4,18 +4,34 @@ Rust 语言的最初始开发者及第一个赞助公司是? ...@@ -4,18 +4,34 @@ Rust 语言的最初始开发者及第一个赞助公司是?
## 答案 ## 答案
Graydon Hoare, Mozilla ```rust
fn main(){
println!("Graydon Hoare, Mozilla");
}
```
## 选项 ## 选项
### Brendan Eich 开发的是 Javascript 语言 ### Brendan Eich 开发的是 Javascript 语言
Brendan Eich, Netscape ```rust
fn main(){
println!("Brendan Eich, Netscape");
}
```
### Amazon 是基金会成员之一,但不是首个赞助公司 ### Amazon 是基金会成员之一,但不是首个赞助公司
Jeff Bezos, Amazon ```rust
fn main(){
println!("Jeff Bezos, Amazon");
}
```
### Microsoft 是基金会成员之一,但不是首个赞助公司 ### Microsoft 是基金会成员之一,但不是首个赞助公司
Bill Gates, Microsoft ```rust
fn main(){
println!("Bill Gates, Microsoft");
}
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册