diff options
author | Matthew Kosarek <matthew.kosarek@vention.cc> | 2023-03-26 08:26:45 -0400 |
---|---|---|
committer | Matthew Kosarek <matthew.kosarek@vention.cc> | 2023-03-26 08:26:45 -0400 |
commit | 8a9b9d83d17ccd59bbefe2da3cd2e79c0d363025 (patch) | |
tree | 4b24cf552a27808ee51786062563188b76ebd9cd /examples | |
parent | 371b1723f317f56dcc010f47e5f456315fbd236f (diff) |
Improvements to org-mode and performance
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/test.py b/examples/test.py new file mode 100644 index 0000000..3cb554e --- /dev/null +++ b/examples/test.py @@ -0,0 +1,4 @@ + + +def funct(a, b): + pass |