package main

import "testing"

func TestHelloFromTest(t *testing.T) {
	t.Log("Hello from test")
}
