view bin/ctof @ 12410:e9b6a967321b draft

<oerjan> forget prefixe
author HackEso <hackeso@esolangs.org>
date Sun, 04 Jul 2021 16:54:40 +0100
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;