view bin/ctof @ 12313:6048b940f5be draft

<oerjan> t ` rm karma.*
author HackEso <hackeso@esolangs.org>
date Fri, 21 Feb 2020 03:16:56 +0000
parents df16e74fa057
children
line wrap: on
line source

#!/usr/bin/perl
$c=0+$ARGV[0]; printf"%.2f°C = %.2f°F\n",$c,$c*9/5+32;