aboutsummaryrefslogtreecommitdiff
path: root/templates/programming/coding-notes.org
blob: 5c22e7a647a9784fd453c4597b2c97afb2ac7b2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#+TITLE: Coding Notes - [Topic]
#+DATE: %<%Y-%m-%d>
#+FILETAGS: :code:reference:

* Summary

* Examples
#+BEGIN_SRC python
def hello():
    print("Hello, world!")
#+END_SRC

* Gotchas

* References