aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/samples.template
blob: 80e92b1d3ca0fa3a16d1081a83491162cc4cd88b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width" />
		<link rel="stylesheet" href="index.css" type="text/css" media="all">
		<title>bruijn samples</title>
	</head>
	<body>
		<h1>bruijn samples</h1>
These are some code samples written in the bruijn programming language. Most of the examples are copies of our solutions on <a href="https://rosettacode.org/wiki/Category:Bruijn">Rosetta Code</a>. All examples are written by bruijn's contributors and may be used according to the <a href="https://en.wikipedia.org/wiki/GNU_Free_Documentation_License">GNU FDL license</a>.
		<ul>
			LINKS
		</ul>
	</body>
</html>