You are on page 1of 1

#define _CRT_SECURE_NO_WARNINGS

#include<stdio.h>
#include<stdlib.h>
int main(void)
{

system("pause");
return(0);
}

You might also like