This file contains 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
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 |
This file contains 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
https://play.golang.org/p/4ZGpGd9Dq-q |
This file contains 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
canvas { background: #eee; } |
NewerOlder