Skip to content

Commit 955ca2f

Browse files
authored
style change
1 parent fe39c4d commit 955ca2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/union_compile/libToDll.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
+ main.c
1+
+ main.c
22
```c
33
void hello();
44
int main(void){
55
hello();
66
}
77
```
8-
+ p1.c
8+
+ p1.c
99
```c
1010
#include<stdio.h>
1111
void hello(){

0 commit comments

Comments
 (0)