master
Can202 2021-10-03 15:03:27 -03:00
parent 75f8336758
commit 6d81a8c4db
1 changed files with 11 additions and 0 deletions

View File

@ -153,6 +153,17 @@ func _ready():
echo "Hola Mundo"
</code></pre>
<a href="Bash/HolaMundo.sh" >Download</a>
</div>}
<!--Rust-->
<div class="article__content" id="Rust">
<h1>Rust</h1>
<pre class='code'><code>
fn main(){
println!("Hola Mundo");
}
</code></pre>
<a href="Rust/HolaMundo.rs" >Download</a>
</div>
</article></div>