13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
/**
|
|
* This is an automatically generated file
|
|
* @name Hello world
|
|
* @kind problem
|
|
* @problem.severity warning
|
|
* @id go/example/hello-world
|
|
*/
|
|
|
|
import go
|
|
|
|
from File f
|
|
select f, "Hello, world!"
|