Skip to content

Instantly share code, notes, and snippets.

View tnt10128's full-sized avatar
🖥️
Sometimes, but very rarely, my code actually compiles.

TNT10128 tnt10128

🖥️
Sometimes, but very rarely, my code actually compiles.
  • United States
View GitHub Profile
@nathan-osman
nathan-osman / win32.go
Last active September 11, 2025 02:32
Simple Windows GUI application written in Go
package main
import (
"log"
"syscall"
"unsafe"
)
var (
kernel32 = syscall.NewLazyDLL("kernel32.dll")