summaryrefslogtreecommitdiff
path: root/sample.c
diff options
context:
space:
mode:
authorzy <[email protected]>2023-09-08 03:48:44 +0000
committerzy <[email protected]>2023-09-08 03:48:44 +0000
commit7865085c4477c0233cf07519af2b217365567a66 (patch)
tree9f0b916166b1fe19c1b5e5526bd5017d6683b8a0 /sample.c
ffi hello worldHEADmasterhello-world
Diffstat (limited to 'sample.c')
-rw-r--r--sample.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample.c b/sample.c
new file mode 100644
index 0000000..c73ab02
--- /dev/null
+++ b/sample.c
@@ -0,0 +1,3 @@
+int add(int a,int b){
+ return a+b;
+} \ No newline at end of file