mirror of
https://github.com/felixlohmeier/seminar-wir-bauen-uns-einen-bibliothekskatalog.git
synced 2025-02-16 00:00:07 +01:00
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…
x
Reference in New Issue
Block a user