mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-11 13:48:37 -05:00
20 lines
233 B
Markdown
20 lines
233 B
Markdown
|
---
|
||
|
layout: page
|
||
|
title: "Code"
|
||
|
date: 2011-07-30 08:45
|
||
|
footer: false
|
||
|
sidebar: false
|
||
|
---
|
||
|
|
||
|
``` coffeescript
|
||
|
Tweets = 1
|
||
|
|
||
|
module.exports = Tweets
|
||
|
```
|
||
|
|
||
|
``` coffeescript
|
||
|
Tweets = 1
|
||
|
foo && bar
|
||
|
module.exports = Tweets
|
||
|
```
|