mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 16:27:15 +03:00
Drop the tutorial note about the long URL
This commit is contained in:
parent
198d62e444
commit
54bcef4f3f
@ -172,7 +172,7 @@ to use them for more than that.</p>
|
|||||||
|
|
||||||
<section><h2 id="building-an-application"><a href="#building-an-application">Building an Application</a></h2>
|
<section><h2 id="building-an-application"><a href="#building-an-application">Building an Application</a></h2>
|
||||||
<p>Let's move out of the REPL and create our first Roc application!</p>
|
<p>Let's move out of the REPL and create our first Roc application!</p>
|
||||||
<p>Make a file named <code>hello.roc</code> and put this in it: <i>(note the long URL - a future release of the language will make this more concise, but for now, make sure you get the whole thing!)</i></p>
|
<p>Make a file named <code>hello.roc</code> and put this in it:</p>
|
||||||
<samp><span class="kw">app</span> <span class="str">"hello"</span>
|
<samp><span class="kw">app</span> <span class="str">"hello"</span>
|
||||||
<span class="kw">packages</span> <span class="brace">{</span> pf: <span class="str">"https://roc-lang.org/basic-cli/1.0.0/oUkxSOI9zFGtSoIaMB40QPdrXphr1p1780eiui2iO9Mz.rp1"</span> <span class="brace">}</span>
|
<span class="kw">packages</span> <span class="brace">{</span> pf: <span class="str">"https://roc-lang.org/basic-cli/1.0.0/oUkxSOI9zFGtSoIaMB40QPdrXphr1p1780eiui2iO9Mz.rp1"</span> <span class="brace">}</span>
|
||||||
<span class="kw">imports</span> <span class="brace">[</span>pf.Stdout, pf.Program<span class="brace">]</span>
|
<span class="kw">imports</span> <span class="brace">[</span>pf.Stdout, pf.Program<span class="brace">]</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user