// competitive-verifier: PROBLEM https://onlinejudge.u-aizu.ac.jp/courses/lesson/2/ITP1/1/ITP1_1_A
package main
import (
"fmt"
"./helloworld"
)
func main() {
fmt.Printf("%s\n", helloworld.GetHelloWorld())
}
| Env | Name | Status | Elapsed | Memory |
|---|---|---|---|---|
| go | judge_data |
|
116 ms | 55 MB |