7 lines
123 B
C
7 lines
123 B
C
#include <stdio.h>
|
|
#include "test_shared_library.h"
|
|
|
|
int main(void){
|
|
printf("Hello result: %d\n", hello(12));
|
|
return 0;
|
|
} |