💾 Archived View for tilde.team › ~eikonal › cgidemo › test4x › test42.go captured on 2024-05-26 at 15:26:35.

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

package main

import (
	"fmt"
)

func main(){
	fmt.Print("42 CGI Error\r\n")
}