diff options
| author | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 | 
|---|---|---|
| committer | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 | 
| commit | 380f0fe40b1ab20790e75dac779e73667cc5ac72 (patch) | |
| tree | 9fa3b9c93b58c966daa22f955282bc3c181d909a /md/notes | |
| parent | df881efab146ca3ee61bf8936f948dd976fc4740 (diff) | |
| download | md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.tar.gz md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.zip  | |
Update all content to new pygmentize
Diffstat (limited to 'md/notes')
| -rw-r--r-- | md/notes/undefined_c/tutorial.md | 4 | 
1 files changed, 1 insertions, 3 deletions
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 <stdio.h>  | 
