Wydanie R2020.05.1

This commit is contained in:
Jan Potocki
2020-05-09 21:23:47 +02:00
parent 8f4d0e843f
commit 73648cc0b9
4 changed files with 173 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
all: mul
mul: mul.s
gcc mul.s -o mul
clean:
rm mul