<?php
require_once 'area.php';

print '円の面積は' . area::circle(10) . 'cm^2';