mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
23 lines
276 B
Plaintext
23 lines
276 B
Plaintext
---
|
|
layout: page
|
|
title: "Textile"
|
|
date: 2011-08-01 08:13
|
|
comments: true
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
<notextile>
|
|
``` coffeescript
|
|
_Tweets_ = 1
|
|
|
|
module.exports = Tweets
|
|
```
|
|
</notextile>
|
|
|
|
``` coffeescript
|
|
Tweets = 1
|
|
foo && bar
|
|
module.exports = Tweets
|
|
```
|