dayumn's profile picture

Published by

published

Category: Life

TOP SECRET FUNCTION

void TOP_SECRET(){

    for (int i = 0; i < 999; i++)

    {

        std::cout<< "Secrets (⊙_⊙)\n";

    }

    

}


int main(){

    TOP_SECRET();

}


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )