Warning: Use of undefined constant FOOTER - assumed 'FOOTER' (this will throw an Error in a future version of PHP) in /var/www/vhosts/hosting111611.a2f39.netcup.net/httpdocs/datenbrei/test/index.php on line 263
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/hosting111611.a2f39.netcup.net/httpdocs/datenbrei/test/index.php:263) in /var/www/vhosts/hosting111611.a2f39.netcup.net/httpdocs/datenbrei/test/index.php on line 296 Hello world
Hello world
Martin Döring —
Hello, world in Go:
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}