summaryrefslogtreecommitdiff
path: root/testdoc
diff options
context:
space:
mode:
authorgottox@rootkit <gottox@rootkit>2008-01-22 10:50:18 +0100
committergottox@rootkit <gottox@rootkit>2008-01-22 10:50:18 +0100
commitf20e7b551689a365ce67be3394baf67e88cc77a7 (patch)
tree18864139eb05f09edcdcf36fb57bc8d53e2f8935 /testdoc
parente1030faf5fdd6c085b0708b06ea313babb9f1a9a (diff)
renamed smutest into testdoc. Added documentation. Changed copyright.
--HG-- rename : smutest => testdoc
Diffstat (limited to 'testdoc')
-rw-r--r--testdoc55
1 files changed, 55 insertions, 0 deletions
diff --git a/testdoc b/testdoc
new file mode 100644
index 0000000..c70f95d
--- /dev/null
+++ b/testdoc
@@ -0,0 +1,55 @@
+smu test
+========
+
+simple tests
+------------
+
+first paragraph.
+testing surround: _emph_ then **strong** and `code`.
+
+horizontal rule:
+
+- - -
+
+
+blocks and entities
+-------------------
+
+preformatted block:
+ ---
+ \ |\ /| | |
+ \ | | |__|
+ ---
+
+quoted text:
+> When in doubt,
+> use brute force.
+
+list:
+* Make each program do one thing well.
+* Expect the output of every program to become the input to another,
+as yet unknown, program.
+* Design and build software, even operating systems, to be tried early,
+ideally within weeks.
+* Use tools in preference to unskilled help to lighten a programming task.
+
+list in list:
+* a
+ * b
+ 1. c
+ 2. d
+ * e
+* f
+
+entity: &, <, >
+
+code:
+ int powerof2(unsigned int n) {
+ return !((n - 1) & n) && n > 0;
+ }
+
+links
+-----
+
+[suckless](http://suckless.org)
+