summaryrefslogtreecommitdiff
path: root/c/main.go
diff options
context:
space:
mode:
authorMkvAutoSubset <[email protected]>2021-10-17 20:17:58 +0800
committerKurenai <[email protected]>2021-10-17 20:17:58 +0800
commitc0f88cb080950879bc8af5cf498ac3aa8a8c68fb (patch)
treecaa193ee7f100a1b22d5fa7fa8dfe1120f7ae757 /c/main.go
parent70a7c4edba281122c05ef46e9efffe5309ef8448 (diff)
Bump to 3.1.3
- 增加C函数导出 - 增加python调用的demo
Diffstat (limited to 'c/main.go')
-rw-r--r--c/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/main.go b/c/main.go
new file mode 100644
index 0000000..38dd16d
--- /dev/null
+++ b/c/main.go
@@ -0,0 +1,3 @@
+package main
+
+func main() {}