diff options
Diffstat (limited to 'guilty_pleasure_of_dirty_memory.html')
-rw-r--r-- | guilty_pleasure_of_dirty_memory.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/guilty_pleasure_of_dirty_memory.html b/guilty_pleasure_of_dirty_memory.html index 200070a..5e3bbcb 100644 --- a/guilty_pleasure_of_dirty_memory.html +++ b/guilty_pleasure_of_dirty_memory.html @@ -10,11 +10,13 @@ <title>Guilty Pleasure of Dirty Memory</title> -<nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav> +<header> +<nav><a href="https://ignore.pl">ignore.pl</a></nav> +<time>28 July 2022</time> +<h1>Guilty Pleasure of Dirty Memory</h1> +</header> <article> -<h1>Guilty Pleasure of Dirty Memory</h1> -<p class="subtitle">Published on 2022-07-28 22:40:00+02:00 <p>"Remember to free the allocated memory!" That's what we usually teach everyone when they start their journey with manual memory management. Of course, it's the rightful way. The one and only, isn't it? <p>Well, yes but no.</p> |