7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
// some bullshit?
|
|
|
|
EXPORT void test_func()
|
|
{
|
|
print("HELLO FROM TEST FUNCTION");
|
|
}
|