3 lines
57 B
ChaiScript
3 lines
57 B
ChaiScript
load_module("test", "./libtest.so")
|
|
print(hello_world())
|
load_module("test", "./libtest.so")
|
|
print(hello_world())
|