Приклад

#define _CRT_SECURE_NO_WARNINGS

#include <stdio.h>

#include <conio.h>

int main() {

     printf("Hello");

     _getch();

     return 0;      

}