Files

9 lines
99 B
Go

package main
func main() {
ballast := make([]byte, 2<<30)
_ = ballast
// implementation ...
}