1
0

thesis: Almost complete first section

This commit is contained in:
2025-07-08 20:12:43 +02:00
parent d1d9f601c9
commit ac96d571cd
6 changed files with 152 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
malloc(10) = 0x55624164b2a0
printf("Hello World!\nString: %s\n", "Abc123") = 28
free(0x55624164b2a0) = <void>
+++ exited (status 0) +++