mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
21 lines
151 B
Markdown
21 lines
151 B
Markdown
## File.markdown
|
|
|
|
:cool:
|
|
|
|
```ruby
|
|
def func
|
|
x = 1
|
|
end
|
|
```
|
|
|
|
```
|
|
function f(x) {
|
|
return x++;
|
|
}
|
|
```
|
|
|
|
```kombucha
|
|
drink-that-stuff:
|
|
tastes-weird~
|
|
```
|