From 369f979f8970d5e9c3d4b4651c7b1fc7b4f49478 Mon Sep 17 00:00:00 2001 From: phga Date: Fri, 7 Oct 2022 21:53:56 +0200 Subject: [PATCH] Add 'README.org' --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..fc0f55d --- /dev/null +++ b/README.org @@ -0,0 +1,6 @@ +* Heading +** SUB +#+begin_src python :results output scalar +def main(helo): + print(helo) +#+end_src \ No newline at end of file