Skip to content

Instantly share code, notes, and snippets.

@Caesar2011
Caesar2011 / deno_bad_certificate.ts
Last active May 22, 2020 14:37
Deno BadCertificate error
import { serveTLS } from "https://deno.land/x/[email protected]/http/server.ts";
const options = {
port: 3000,
hostname: "0.0.0.0",
certFile: "./server.cert",
keyFile: "./server.key"
};
const s = serveTLS(options);
@Caesar2011
Caesar2011 / input.txt
Last active December 13, 2021 21:35
AoC 2021 - Day 13 - Challenging input
This file has been truncated, but you can view the full file.
22455596,6071
24878390,15607
23182742,22814
29046264,7354
6633945,1992
6083677,17386
4922097,15650
7866196,17180
4798973,5680
21876714,21867