diff options
author | FreeArtMan <dos21h@gmail.com> | 2022-08-23 11:04:41 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2022-08-23 11:04:41 +0100 |
commit | 500b4a4903ac2d4a999617c1c8d74d240df41739 (patch) | |
tree | 9d8b11b6bef65b49a25350516da07205198e42c7 | |
parent | b42d0f84509dadc6a14acc555ac16bd06cf4ce09 (diff) | |
download | md-content-500b4a4903ac2d4a999617c1c8d74d240df41739.tar.gz md-content-500b4a4903ac2d4a999617c1c8d74d240df41739.zip |
Remove unprintable characters
-rw-r--r-- | md/notes/undefined_c/titles.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/md/notes/undefined_c/titles.md b/md/notes/undefined_c/titles.md index fb8213a..4e7361e 100644 --- a/md/notes/undefined_c/titles.md +++ b/md/notes/undefined_c/titles.md @@ -1371,7 +1371,7 @@ int main() { ``` Whats inside a stack? Hello! -Whats inside a stack? Hello all!!!<����Fp�� +Whats inside a stack? Hello all!!! *** stack smashing detected ***: terminated fish: Job 1, './stack_overrun' terminated by signal SIGABRT (Abort) ``` |