Skip to content

Instantly share code, notes, and snippets.

@benaryorg
Last active September 3, 2015 22:05
Show Gist options
  • Save benaryorg/aecb7f62f59a29c22848 to your computer and use it in GitHub Desktop.
Save benaryorg/aecb7f62f59a29c22848 to your computer and use it in GitHub Desktop.
@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