viewing paste Unknown #18213 | C++

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#include <iostream>
#include <ctime>
#include "struct.h"
 
using namespace std;
 
timeType ReturnTime();
 
int main()
{
    
    ReturnTime();
 
 
    system("pause");
 
    return 0;
}
Viewed 596 times, submitted by Guest.