about summary refs log tree commit diff
path: root/bridge/main.go
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-08-23 03:09:18 +0200
committerMel <einebeere@gmail.com>2023-08-23 03:09:37 +0200
commit48b1e7fd8fb16daacd7b87f6bc6d422400cd0a5f (patch)
tree09bb99b7c39e32b44e4ad953627d09acdac95606 /bridge/main.go
downloadcthcous-48b1e7fd8fb16daacd7b87f6bc6d422400cd0a5f.tar.zst
cthcous-48b1e7fd8fb16daacd7b87f6bc6d422400cd0a5f.zip
Initial
Diffstat (limited to 'bridge/main.go')
-rw-r--r--bridge/main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/bridge/main.go b/bridge/main.go
new file mode 100644
index 0000000..8a55772
--- /dev/null
+++ b/bridge/main.go
@@ -0,0 +1,5 @@
+package main
+
+func main() {
+	println("hello!!!! this is the container bridge")
+}
\ No newline at end of file