reorganisation par cours dans sous-répertoires

This commit is contained in:
2024-02-15 00:00:17 +01:00
parent fb166efe35
commit 0a84502bbd
108 changed files with 125556 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 11 - 1?
PUSHI 11
PUSHI 1
SUB
# 11 / 2?
PUSHI 11
PUSHI 2
DIV
# tester 3 < 5
PUSHI 3
PUSHI 5
INF
HALT