This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The factorial binary builds solutions for the 2nd Curta gas-golfing course. | |
package main | |
import ( | |
"fmt" | |
"math/bits" | |
"github.com/ethereum/go-ethereum/common" | |
. "github.com/solidifylabs/specops" //lint:ignore ST1001 SpecOps DSL is designed to be dot-imported |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
/* | |
* Documentation: http://www.smbc-comics.com/?id=2874 | |
* Copyright 2016 Arran Schlosberg (https://arranschlosberg.com) | |
* License: MIT | |
* Written in honour of the Viking sitting in the corner. | |
*/ | |
interface fourierTransform { |