diff options
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>  | 
