#include <iostream>
#include <windows.h>
using namespace std;
int main(){
HANDLE renkVer;
int n;
renkVer = GetStdHandle(STD_OUTPUT_HANDLE);
for(n = 1; n < 255; n++){
SetConsoleaTextAttribute(renkVer, n);
cout << n << " Sturdy Geek " << endl;
}
return 0;
}
Hiç yorum yok:
Yorum Gönder