#!/usr/local/bin/node // // See https://theweeklychallenge.org/blog/perl-weekly-challenge-002 // // // Run as: node ch-1.js < input-file // require ('readline') . createInterface ({input: process . stdin}) . on ('line', _ => console . log (+_)) ;