mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-12 22:28:14 -05:00
20 lines
219 B
Markdown
20 lines
219 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
|
|
|
|
module.exports = Tweets
|
|
```
|