Skip to main content
Commonmark migration
Source Link

J, 7 bytes

I now have 15 seconds of experience in J programming. So, this may actually be golfable(1).

echo'J' 

Try it online!

(1) Edit: And of course it was. Thanks to @ConorO'Brien for saving 2 bytes! Using a verb:

##5 bytes

5 bytes

'J'"_ 

J, 7 bytes

I now have 15 seconds of experience in J programming. So, this may actually be golfable(1).

echo'J' 

Try it online!

(1) Edit: And of course it was. Thanks to @ConorO'Brien for saving 2 bytes! Using a verb:

##5 bytes

'J'"_ 

J, 7 bytes

I now have 15 seconds of experience in J programming. So, this may actually be golfable(1).

echo'J' 

Try it online!

(1) Edit: And of course it was. Thanks to @ConorO'Brien for saving 2 bytes! Using a verb:

5 bytes

'J'"_ 
added a 5-byte version
Source Link
Arnauld
  • 205.5k
  • 21
  • 187
  • 670

J, 7 bytes

I now have 15 seconds of experience in J programming. So, this may actually be golfable(1).

echo'J' 

Try it online!

(1) Edit: And of course it was. Thanks to @ConorO'Brien for saving 2 bytes! Using a verb:

##5 bytes

'J'"_ 

J, 7 bytes

I now have 15 seconds of experience in J programming. So, this may actually be golfable.

echo'J' 

Try it online!

J, 7 bytes

I now have 15 seconds of experience in J programming. So, this may actually be golfable(1).

echo'J' 

Try it online!

(1) Edit: And of course it was. Thanks to @ConorO'Brien for saving 2 bytes! Using a verb:

##5 bytes

'J'"_ 
Source Link
Arnauld
  • 205.5k
  • 21
  • 187
  • 670

J, 7 bytes

I now have 15 seconds of experience in J programming. So, this may actually be golfable.

echo'J' 

Try it online!