When you are a web developer and it's cold at work [JS]
Just discovered that javascript can solve this problem too :D
(run this multiple times, depending on how many cores your processor has and how much power you need for your work)
<script>
var heater = 1;
while (1)
{
heater = heater + 0.000001;
}
</script>
Congratulations @pan-komentarz! You received a personal award!
Click here to view your Board of Honor
Congratulations @pan-komentarz! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!