server: make hello world

This commit is contained in:
2026-05-12 01:54:58 +00:00
parent 994cf0935e
commit 40768f0c3a
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package main
func main() {
println("hello world")
}