all repos — nshc-form @ cc2cc42f261becc5ffd5fd3ea5787c0657a7a8d4

northstar health collective feedback form

main.go

 1
 2
 3
 4
 5
 6
 7
 8
 9
package main

import (
	"fmt"
)

func main(){
	fmt.Println("Hello, world!")
}