<?php
include("include_inc.php");

$resultat = cube(3);
echo $resultat;
?>
