summaryrefslogtreecommitdiff
path: root/src/xdp/common/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'src/xdp/common/README.org')
-rw-r--r--src/xdp/common/README.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xdp/common/README.org b/src/xdp/common/README.org
new file mode 100644
index 000000000..561fdbced
--- /dev/null
+++ b/src/xdp/common/README.org
@@ -0,0 +1,8 @@
+# -*- fill-column: 76; -*-
+#+TITLE: Common files
+#+OPTIONS: ^:nil
+
+This directory contains code that is common between the different
+assignments. This reduce code duplication in each tutorial assignment, and
+allow us to hideaway code that is irrelevant or have been seen/introduced in
+earlier assignments.