Created
February 12, 2025 06:29
-
-
Save Eczbek/360cd995f64af8aa0d1ca7bd255a6ea4 to your computer and use it in GitHub Desktop.
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
| const a=-3/80,e=1,f=5,g=8/3,h=9/10,i=1,l=11/3,n=3,o=1/3,r=1,s=7/3,t=10/3,u=12/5,v=1,w=9/5,x=18/7,z=0; | |
| z*e*r*o // 0 | |
| o*n*e // 1 | |
| t*w*o // 2 | |
| t*h*r*e*e // 3 | |
| f*o*u*r // 4 | |
| f*i*v*e // 5 | |
| s*i*x // 6 | |
| s*e*v*e*n // 7 | |
| e*i*g*h*t // 8 | |
| n*i*n*e // 9 | |
| t*e*n // 10 | |
| e*l*e*v*e*n // 11 | |
| n*e*g*a*t*i*v*e // -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment