Update 03_3_uebung_etwas_ueber_das_system_herausfinden.md
This commit is contained in:
parent
2c300f928a
commit
c30b47a413
|
@ -1,11 +1,9 @@
|
||||||
# 3.3 Übung: Etwas über das System herausfinden
|
# 3.3 Übung: Etwas über das System herausfinden
|
||||||
|
|
||||||
{% exercise %}
|
{% exercise %}
|
||||||
Define a variable `x` equal to 10.
|
Wieviel Arbeitsspeicher ist auf dem System frei?
|
||||||
{% initial %}
|
|
||||||
var x =
|
|
||||||
{% solution %}
|
{% solution %}
|
||||||
var x = 10;
|
free -h
|
||||||
{% endexercise %}
|
{% endexercise %}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue