You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><b>Monday, Feb 4th, 8 - 10 pm</b>. Mark your calendars!</li>
99
+
<li><b>Monday, April 29th, 7:30 pm</b>. Mark your calendars!</li>
114
100
<li>Maxwell Dworkin 119.</li>
115
101
</ul>
116
102
</div>
117
103
<h4> Check out the rules and information below! </h4><br>
118
-
<aclass="btn btn-large btn-success" href="https://docs.google.com/spreadsheet/viewform?formkey=dDhvRUJIQzZuR0lJa08tQ0pvRFdRanc6MQ">Sign up today!</a>
104
+
<aclass="btn btn-large btn-success" href="http://goo.gl/Hus0U">Sign up today!</a>
119
105
</div>
120
-
106
+
121
107
<hr>
122
108
123
-
<aname="rules"></a>
109
+
<aname="rules"></a>
124
110
<h1style="text-align: center">The Rules</h1>
125
-
111
+
126
112
<divclass="row-fluid marketing">
127
113
<divclass="span6">
128
114
<h4>Rules of the Bee</h4>
@@ -151,16 +137,16 @@ <h4>Rules of the Bee</h4>
151
137
<h4>Functions</h4>
152
138
<div>
153
139
<ul>
154
-
<li>Function must be named "fun". Example solution to the problem above:
155
-
<pre>def fun(a, b):
156
-
return a + b</pre></li>
157
-
In other words... "d, e, f, space, f, u, n, open paren, a, comma, space, ..."
158
-
<li>Watch out! All indentation and spacing must be correct. This is Python, you know.</li>
140
+
<li>Function must be named "camel". Example solution to the problem above:
141
+
<pre>let camel x y = x + y</pre></li>
142
+
In other words... "l, e, t, space, c, a, m, e, l, space, equals, ..."
159
143
<li>Watch out for runtime errors (division by zero, interpretation error, etc.)</li>
144
+
<li>Your code MUST compile using OCaml 4.0.</li>
145
+
<li><b>You may use ANY module in the <ahref="http://caml.inria.fr/pub/docs/manual-ocaml/libref/index.html">OCaml Standard Library</a></b>. This includes List, Set, Map, String, etc.</li>
160
146
<li>Your code will be tested on a small set of test cases for verifcation. However all decisions by the judges will be final.</li>
161
147
</ul>
162
148
</div>
163
-
149
+
164
150
</div>
165
151
166
152
<divclass="span6">
@@ -172,7 +158,7 @@ <h4>Teams</h4>
172
158
<li>If you don't have a partner, sign up anyway and we will pair you up!</li>
173
159
</ul>
174
160
</div>
175
-
161
+
176
162
<h4>Scoring</h4>
177
163
<div>
178
164
<ul>
@@ -194,8 +180,7 @@ <h4>Misc. / Questions</h4>
194
180
<div>
195
181
<ul>
196
182
<li>These rules are meant as general guidelines. Finding technicalities is not in good nature of the Bee.</li>
0 commit comments