mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-02 00:05:06 -04: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
|
|
```
|