aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/aft-head.rs
blob: b8c848c70875e58fbd7038ab24c290ff4d628fdb (plain)
1
2
3
4
5
6
7
8

/*
 * Takes the first n lines of input, passes to stdout.
 */

fn main() {
    println!("Hello, world2!");
}