Skip to content

Instantly share code, notes, and snippets.

package main
import (
"github.com/go-gl/gl/v4.5-core/gl"
"github.com/go-gl/glfw/v3.2/glfw"
"github.com/go-gl/mathgl/mgl32"
"golang.org/x/image/draw"
"image"
_ "image/png"
"io"
<html>
<!doctype html>
<head>
<style>
table {
border-collapse: collapse;
}
td {
border: 1px solid black;
}
#!/usr/bin/env python3.5
import random, sys
def result(x):
print(x)
exit()
row, column = 0, 0