Skip to content

Commit b25213c

Browse files
committed
update README
1 parent deb896d commit b25213c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ int main() {
3636
```
3737
output:
3838
```shell
39-
[0] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:17
40-
[1] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
41-
[2] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
42-
[3] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
43-
[4] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
44-
[5] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
45-
[6] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
46-
[7] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
47-
[8] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
48-
[9] void factorial(factorial(int)::_Z9factoriali.Frame*) at /project/asyncio/test/st/hello_world.cpp:20
39+
[0] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:17
40+
[1] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
41+
[2] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
42+
[3] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
43+
[4] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
44+
[5] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
45+
[6] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
46+
[7] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
47+
[8] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
48+
[9] void factorial(factorial(int)::_Z9factoriali.Frame*) at asyncio/test/st/hello_world.cpp:20
4949
5050
run result: 3628800
5151
```

0 commit comments

Comments
 (0)