# Come iniziare

## Le Basei

Becoming a super hero is a fairly straight forward process:

```c
$ give me super-powers
```

{% hint style="warning" %}
&#x20;Ricorda sempre di salvare il lavoro prima di procedere!
{% endhint %}

Once you're strong enough, save the world:

{% code title="hello.sh" %}

```bash
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```

{% endcode %}
