From 1bfbe1736ceda8659a483cb3303a3ea67496458a Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 27 Feb 2013 15:54:02 -0500 Subject: Initial commit of 6.947, the fake Course VI class --- main.urs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 main.urs (limited to 'main.urs') diff --git a/main.urs b/main.urs new file mode 100644 index 0000000..b2ac983 --- /dev/null +++ b/main.urs @@ -0,0 +1,21 @@ +(* Main -- main entry point +Copyright (C) 2013 Benjamin Barenblat + +This file is a part of 6.947. + +6.947 is is free software: you can redistribute it and/or modify it under the +terms of the GNU Affero General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) any +later version. + +6.947 is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU Affero General Public License for more +details. + +You should have received a copy of the GNU Affero General Public License along +with 6.947. If not, see . *) + +val main : unit -> transaction page + +val forum : unit -> transaction page -- cgit v1.2.3