Skip to content

Instantly share code, notes, and snippets.

View jucrouzet's full-sized avatar
🐔
Poulet

Julien CROUZET jucrouzet

🐔
Poulet
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test crash</title>
</head>
<body>
Let's crash !
<script type="text/javascript">
package main
import "fmt"
func main() {
fmt.Printf("%v\n", WithoutCap())
fmt.Printf("%v\n", WithCap())
}
func WithoutCap() []int {