Add skeleton project.
[armadillo.git] / src / server.go
1 package server
2
3 import (
4 "fmt"
5 )
6
7 func RunFrontEnd() {
8 fmt.Print("hi")
9 }
10