From 380f0fe40b1ab20790e75dac779e73667cc5ac72 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 4 Feb 2023 14:10:26 +0000 Subject: Update all content to new pygmentize --- md/notes/undefined_c/tutorial.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'md/notes') diff --git a/md/notes/undefined_c/tutorial.md b/md/notes/undefined_c/tutorial.md index 731d42c..3369f6f 100644 --- a/md/notes/undefined_c/tutorial.md +++ b/md/notes/undefined_c/tutorial.md @@ -1637,8 +1637,6 @@ rustc main.rs -l lib -L . -o hello -C link-arg="-Wl,-rpath=./" -```c -``` ### AArch64 @@ -1652,7 +1650,7 @@ Add bin directory location to env variable PATH export PATH=$PATH:`pwd` ``` -___main.c__ +__main.c__ ```c #include -- cgit v1.2.3