Skip to content

Commit 34261ee

Browse files
authored
Update README.md
1 parent 8d5cb17 commit 34261ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ llvm-c API webpage on the browser.
1717

1818
Searching for the function that returns the LLVM pointer type of an LLVM type
1919
![Screenshot 2021-12-24 at 23 39 30](https://user-images.githubusercontent.com/21295306/147374322-b5833e04-1300-4b0f-b152-d2f91e970118.png)
20+
21+
## Build and Run
22+
23+
```
24+
go get # fetch packages
25+
go build # build program
26+
```
27+
28+
```
29+
./search # run program
30+
```

0 commit comments

Comments
 (0)