mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
29 lines
742 B
Plaintext
29 lines
742 B
Plaintext
.
|
|
├── PITCHME.md
|
|
├── PITCHME.yaml
|
|
├── assets
|
|
│ ├── css
|
|
│ │ └── PITCHME.css
|
|
│ ├── fonts
|
|
│ │ └── Kaffee.woff2
|
|
│ └── img
|
|
│ ├── design.jpg
|
|
│ ├── fireworks.gif
|
|
│ └── logo.png
|
|
├── src
|
|
│ ├── clojure
|
|
│ │ └── sample.clj
|
|
│ ├── elixir
|
|
│ │ └── sample.ex
|
|
│ └── haskell
|
|
│ └── sample.hs
|
|
└── topics
|
|
├── ast
|
|
│ └── PITCHME.md
|
|
├── functions
|
|
│ └── PITCHME.md
|
|
├── immutability
|
|
│ └── PITCHME.md
|
|
└── recursion
|
|
└── PITCHME.md
|