mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 09:15:33 +00:00
6 lines
56 B
Go
6 lines
56 B
Go
package main
|
|
|
|
func main() {
|
|
println("Hello, World!")
|
|
}
|