Computer Tips - How do I format source code in a Slack comment?

Date: 2016apr13 Product: Slack Q. How do I format source code in a Slack comment? A. Put larger chunks in triple backquotes, for example:
```#include<stdio.h> main() { printf("Hello World"); }```
Put ``smaller inline bits`` in double backquotes. You can use the Linux `banner` command to make large text which you can then paste in with triple backquotes.