Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 261 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 261 Bytes

Grand Finale

Steps to reproduce

Compile go into a shared c library

go build -o awesome.so -buildmode=c-shared awesome.go

Compile the C code, specifying the shared object library

gcc -o awesome awesome.c ./awesome.so

Run

./awesome