From db6a6ecfa350cae29739c59df1210d8f76a479c9 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 5 Dec 2013 07:56:38 +0100 Subject: init --- round | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 round (limited to 'round') diff --git a/round b/round new file mode 100755 index 0000000..52cd013 --- /dev/null +++ b/round @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby + +puts STDIN.gets.to_f.round ARGV[0].to_i + -- cgit v1.2.3