Update 03_3_uebung_etwas_ueber_das_system_herausfinden.md

This commit is contained in:
Felix Lohmeier 2016-10-10 01:54:27 +02:00
parent 2c300f928a
commit c30b47a413
1 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,9 @@
# 3.3 Übung: Etwas über das System herausfinden
{% exercise %}
Define a variable `x` equal to 10.
{% initial %}
var x =
Wieviel Arbeitsspeicher ist auf dem System frei?
{% solution %}
var x = 10;
free -h
{% endexercise %}
---