Skip to main content
1 of 2
Stephen
  • 14.2k
  • 3
  • 57
  • 118

cQuents v0, 3 bytes

::n 

Try it online!

##Explanation

:: Mode: sequence 2. Given input n, output the sequence n times n Each item in the sequence is n 
Stephen
  • 14.2k
  • 3
  • 57
  • 118