diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.org b/examples/test.org index 7ec4839..832b5c4 100644 --- a/examples/test.org +++ b/examples/test.org @@ -5,7 +5,7 @@ - This is my list ** TODO This is a TODO entry -#+BEGIN_SRC js +#+BEGIN_SRC java function x() { const y = 10; |