Skip to main content
5 of 22
deleted 466 characters in body
Bálint
  • 1.9k
  • 15
  • 26

#Javascript, 34 bytes (invalid - see comments)

n=prompt();for(i=0;i++<n;)alert(i) 

#Javascript 46 bytes (Just because it's allowed)

alert("every integer from 1 to n inclusive."); 

"Standard loopholes are allowed"

Bálint
  • 1.9k
  • 15
  • 26