view run/html_complex_02.html @ 1330:f3f715978184

Georg Wrede <georg@iki.fi> 2007-01-07 mail:45A120F5.1050108@iki.fi
author thomask
date Sat, 13 Jan 2007 10:33:49 +0000
parents 7bc0cb26b7bb
children
line wrap: on
line source

<html>
<!--
	$HeadURL$
	$Date$
	$Author$
-->
	<head>
		<title>DStress: html_complex_02</title>
	</head>
	<body>
		<p>
			The preface
		</p><p>
			<CODE><pre>
int main(){
	assert(partOne()==2);
	return 0;
}</pre></CODE>
		</p><p>
			Some other stuff ...
		</p><p>
			<CODE><pre>
int partOne(){
	return 2;
}</pre></CODE>
		</p><p>
			It's done.
		</p>
	</body>
</html>