]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add initial 'hello world'.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 29 Oct 2017 19:28:00 +0000 (15:28 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 29 Oct 2017 19:28:00 +0000 (15:28 -0400)
xonstat/util/xs_glicko.go [new file with mode: 0644]

diff --git a/xonstat/util/xs_glicko.go b/xonstat/util/xs_glicko.go
new file mode 100644 (file)
index 0000000..67821f5
--- /dev/null
@@ -0,0 +1,9 @@
+package main
+
+import (
+       "fmt"
+)
+
+func main() {
+       fmt.Println("Hello, world")
+}