|
You are here |
gcc.godbolt.org | ||
| | | | |
rust.godbolt.org
|
|
| | | | | pub fn mid(data: &[i32]) -> Option { if data.is_empty() { return None; } return Some(data[data.len()/2]); } | |
| | | | |
wingolog.org
|
|
| | | | | wingolog: article: dltool mines dwarf | |
| | | | |
briancallahan.net
|
|
| | | | | ||
| | | | |
www.codeandunicorns.com
|
|
| | | There comes a time for API developers when it's handy to debug on localhost, the problem is that normally there are numerous asynchronous requests from third party API's which can prove difficult to debug. | ||