Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

deleted 3 characters in body
Source Link
emanresu A
  • 46.2k
  • 5
  • 111
  • 257

Carrot, 4 bytes, non-competing

.^*7

Prints ........ (8 .s).

Try it online!

Explanation

.^ Sets the stack-string to "."
 *7 Append seven duplicates of the stack-string to itself
 Implicit output

Carrot, 4 bytes, non-competing

.^*7

Prints ........ (8 .s).

Try it online!

Explanation

.^ Sets the stack-string to "."
 *7 Append seven duplicates of the stack-string to itself
 Implicit output

Carrot, 4 bytes

.^*7

Prints ........ (8 .s).

Try it online!

Explanation

.^ Sets the stack-string to "."
 *7 Append seven duplicates of the stack-string to itself
 Implicit output
Commonmark migration
Source Link

#Carrot , 4 bytes, non-competing

Carrot , 4 bytes, non-competing

.^*7

Prints ........ (8 .s).

Try it online!

###Explanation

Explanation

.^ Sets the stack-string to "."
 *7 Append seven duplicates of the stack-string to itself
 Implicit output

#Carrot , 4 bytes, non-competing

.^*7

Prints ........ (8 .s).

Try it online!

###Explanation

.^ Sets the stack-string to "."
 *7 Append seven duplicates of the stack-string to itself
 Implicit output

Carrot , 4 bytes, non-competing

.^*7

Prints ........ (8 .s).

Try it online!

Explanation

.^ Sets the stack-string to "."
 *7 Append seven duplicates of the stack-string to itself
 Implicit output
added 189 characters in body
Source Link
user41805
  • 13.4k
  • 6
  • 43
  • 88

#Carrot, 4 bytes, non-competing

.^*7

Prints ........ (8 .s). Counter-intuitive, eh?

Try it online!

###Explanation

.^ Sets the stack-string to "."
 *7 Append seven duplicates of the stack-string to itself
 Implicit output

#Carrot, 4 bytes, non-competing

.^*7

Prints ........ (8 .s). Counter-intuitive, eh?

Try it online!

#Carrot, 4 bytes, non-competing

.^*7

Prints ........ (8 .s).

Try it online!

###Explanation

.^ Sets the stack-string to "."
 *7 Append seven duplicates of the stack-string to itself
 Implicit output
Post Undeleted by user41805
Post Deleted by user41805
Source Link
user41805
  • 13.4k
  • 6
  • 43
  • 88
Loading

AltStyle によって変換されたページ (->オリジナル) /