Last active
September 3, 2015 22:05
-
-
Save benaryorg/aecb7f62f59a29c22848 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@AlisdairO As I already said over | |
[there](https://users.rust-lang.org/t/composed-iterators-compile-slowly/2114/4?u=benaryorg), | |
please format your code with triple backticks so we have some syntax | |
highlighting. | |
It works for rust: | |
``` | |
fn main() | |
{ | |
} | |
``` | |
And other languages (here using ```` ```c ````) | |
```c | |
int main(void) | |
{ | |
return 0; | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment