test/e2e/files/hello.go

Summary

Maintainability
A
0 mins
Test Coverage
package main

import "fmt"

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