view bin/ctof @ 10474:98c041807495

<oerjan> learn Fnordcore is fungot\'s favorite music genre.
author HackBot
date Tue, 21 Mar 2017 14:51:32 +0000
parents c71fb3c4f41a
children df16e74fa057
line wrap: on
line source

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