Update site
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<div class="feature-row">
|
||||
<div class="feature">
|
||||
<h3>Small and fast</h3>
|
||||
<p>Solstice's compiler is 1833 lines of C++, and compiles code at lightning speed.</p>
|
||||
<p>Solstice's compiler is ~3500 lines of C, and compiles code at lightning speed.</p>
|
||||
</div>
|
||||
<div class="feature">
|
||||
<h3>Built on Ground</h3>
|
||||
@@ -62,7 +62,10 @@ puts a</code></pre>
|
||||
<div class="feature">
|
||||
<h3>Guess The Password</h3>
|
||||
<pre class="code">
|
||||
<code>accessNotGranted = true
|
||||
<code>
|
||||
use io
|
||||
|
||||
accessNotGranted = true
|
||||
|
||||
while accessNotGranted {
|
||||
password = input("Password: ")
|
||||
|
||||
Reference in New Issue
Block a user