Advertisement
mgaikema

communism

Nov 9th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2.  * Write the hammer and sickle (☭) 140 times, for twitter.
  3.  */
  4.  
  5. var s = "";
  6. for (var i = 0; i < 140; i++) {
  7.   s += "☭";
  8. }
  9. console.log(s);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement