Skip to content

Instantly share code, notes, and snippets.

View npocmaka's full-sized avatar

Vasil Arnaudov npocmaka

View GitHub Profile
package main
import (
"fmt"
"github.com/hajimehoshi/ebiten/v2"
"github.com/hajimehoshi/ebiten/v2/ebitenutil"
"image/color"
"log"
"math"
)
@yaauie
yaauie / hello.jscript.bat
Created May 6, 2011 21:52
A Polyglot for jscript in batch
0</* :hello
@ECHO Hello, batch!
@cscript /nologo /E:jscript %~f0 %*
@goto :EOF
*/0;
WScript.Echo('Hello, jscript!');