about summary refs log tree commit diff stats
path: root/keyboard.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-11 12:00:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-11 12:09:50 -0700
commitd2244a2f117618df541c52a1f7ec5d0fed8bcb7a (patch)
treeb0ba8cbe4cd30d176822227864a7343e3246cd99 /keyboard.mu
parent272e786bda374bd256759344b70f32381e021ee1 (diff)
downloadmu-d2244a2f117618df541c52a1f7ec5d0fed8bcb7a.tar.gz
1345
Diffstat (limited to 'keyboard.mu')
-rw-r--r--keyboard.mu3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard.mu b/keyboard.mu
index d6f728f6..530275ca 100644
--- a/keyboard.mu
+++ b/keyboard.mu
@@ -1,7 +1,8 @@
-# example reading keys from keyboard
+# example program: reading keys from keyboard
 #
 # Keeps printing 'a' until you press a key. Then prints the key you pressed
 # and exits.
+
 recipe main [
   switch-to-display
   {