aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/aft-head.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/aft-head.rs')
-rw-r--r--src/bin/aft-head.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bin/aft-head.rs b/src/bin/aft-head.rs
new file mode 100644
index 0000000..b8c848c
--- /dev/null
+++ b/src/bin/aft-head.rs
@@ -0,0 +1,8 @@
+
+/*
+ * Takes the first n lines of input, passes to stdout.
+ */
+
+fn main() {
+ println!("Hello, world2!");
+}