// hj.cpp : main project file.

#include "stdafx.h"

#include <iostream> 
#include <stdio.h> 
#include<conio.h>
using namespace System; 
using namespace std;  

int main() {  
	char character = getche();
cout<<'\n'<<character;
getch ();


	return 0;
}
