Add 'README.org'

This commit is contained in:
phga 2022-10-07 21:53:56 +02:00
parent 184de8576f
commit 369f979f89

6
README.org Normal file
View File

@ -0,0 +1,6 @@
* Heading
** SUB
#+begin_src python :results output scalar
def main(helo):
print(helo)
#+end_src