org-rw/tests/04-code.org
Sergio Martínez Portela b70baa0eb8
Some checks failed
Testing / pytest (push) Successful in 31s
Testing / mypy (push) Has been cancelled
Testing / style-formatting (push) Has been cancelled
Testing / style-sorted-imports (push) Has been cancelled
Testing / stability-extra-test (push) Has been cancelled
Read names for code blocks.
2024-09-30 23:11:21 +02:00

961 B

04-Code

First Item

echo "This is a test"
echo "with two lines"
exit 0 # Exit successfully
This is a test
with two lines

Second item

echo "This is another test"
echo "with two lines too"
exit 0 # Comment

This is another test with two lines too

Escaped code

/* This code has to be escaped to
,* avoid confusion with new headlines.
,*/
main(){}