Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonPara authored May 31, 2022
1 parent fe39c4d commit 955ca2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/union_compile/libToDll.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
+ main.c
+ main.c
```c
void hello();
int main(void){
hello();
}
```
+ p1.c
+ p1.c
```c
#include<stdio.h>
void hello(){
Expand Down

0 comments on commit 955ca2f

Please sign in to comment.