Skip to main content
Commonmark migration
Source Link

#R 3.2.4, 55 51 47 bytes

R 3.2.4, 55 51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) 

First attempt at a golf. Happy pi day!

#R 3.2.4, 55 51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) 

First attempt at a golf. Happy pi day!

R 3.2.4, 55 51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) 

First attempt at a golf. Happy pi day!

deleted 5 characters in body
Source Link
mbomb007
  • 23.6k
  • 7
  • 66
  • 143

#R 3.2.4, 55 55   51 51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) 

First attempt at a golf. Happy pi day!

#R 3.2.4, 55   51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) 

First attempt at a golf. Happy pi day!

#R 3.2.4, 55 51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) 

First attempt at a golf. Happy pi day!

added 2 characters in body
Source Link
a spaghetto
  • 11.3k
  • 3
  • 48
  • 83

#R 3.2.4, 55 51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y'))

scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) 

First attempt at a golf. Happy pi day!

#R 3.2.4, 55 51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y'))

First attempt at a golf. Happy pi day!

#R 3.2.4, 55 51 47 bytes

edit I realized I could use scan thanks @FryAmTheEggMan. Reduced 4 bytes thanks to @MickyT.

scan()*as.numeric(format(Sys.Date(),'%m.%d%y')) 

First attempt at a golf. Happy pi day!

added 44 characters in body
Source Link
bouncyball
  • 411
  • 2
  • 4
Loading
added 64 characters in body
Source Link
bouncyball
  • 411
  • 2
  • 4
Loading
Source Link
bouncyball
  • 411
  • 2
  • 4
Loading