Skip to content

Latest commit

 

History

History

day60

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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