Skip to main content
Commonmark migration
Source Link

#Jolf, 11 bytes, RikerW, A011551

Jolf, 11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

#Jolf, 11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

Jolf, 11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

#Jolf, 11 bytes, RikerW11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

#Jolf, 11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

#Jolf, 11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

added 231 characters in body
Source Link
Adnan
  • 44.7k
  • 6
  • 83
  • 248

#Jolf, 11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

#Jolf, 11 bytes, RikerW

Code:

c*mf^+91x~P 

Try it here.

#Jolf, 11 bytes, RikerW, A011551

Code:

c*mf^+91x~P 

Explanation:

 +91 # add(9, 1) = 10 ^ x # 10 ** input mf # floor function (no-op) * ~P # multiply by phi c # ¯\_(ツ)_/¯ 

Try it here.

Source Link
Adnan
  • 44.7k
  • 6
  • 83
  • 248
Loading