Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -1,10 +0,0 @@
|
|||
extern crate reqwest;
|
||||
|
||||
fn main() {
|
||||
let response = match reqwest::blocking::get("https://sourceforge.net") {
|
||||
Ok(response) => response,
|
||||
Err(e) => panic!("error encountered while making request: {:?}", e),
|
||||
};
|
||||
|
||||
println!("{}", response.text().unwrap());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue