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
|
||||
|
||||
{% 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 %}
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue