Skip to content

Instantly share code, notes, and snippets.

View Delta456's full-sized avatar
:octocat:
Back to Coding

Swastik Baranwal Delta456

:octocat:
Back to Coding
View GitHub Profile
@Delta456
Delta456 / is_13.v
Last active May 4, 2020 07:12
is thirteen module in V
module is_thirteen
import math
import time
import strings
const (
thirteen_strs = [
"xiii", // Roman numeral 13
"1.3", // Basically 13, see proof in https://github.com/jezen/is-thirteen/pull/420
@Delta456
Delta456 / link.txt
Created April 12, 2020 15:56
my golang link
@Delta456
Delta456 / mark.md
Created January 7, 2020 07:53
A href markdown for Mineswepper
@Delta456
Delta456 / canvas.css
Created August 1, 2019 15:02
Brick Beaker
canvas { background: #eee; }