<?php

$program_name = 'ls';
$input_text = 'We collect 2 traces of ls\'s allocation when invocated with these inputs:'."\n";
$input = array('ls -R /etc',
				'ls -aR /usr');

$input_ops = array(11320, 2534853);

$program_desc = 'Ls is a well-known unix comand used for listing directory\'s contents and their details'."\n";

require_once 'program_page.php';
?>
