A Little Countdown Timer For You!

Cryptocurrency News and Public Mining Pools

A Little Countdown Timer For You!

code#include <stdio.h>

int main() { int daysBeforeRelease = 365; for(daysBeforeRelease = 365; daysBeforeRelease > 0; daysBeforeRelease–) { if(daysBeforeRelease != 365) { daysBeforeRelease = 365; } printf("Only %i days until Eth 2.0 launches!n", daysBeforeRelease); } printf("Hurray! Eth 2.0 launches today!n"); return 0; }

submitted by /u/bronchor
[link] [comments]