build and run, fault, no keyboard input. Can still ctrl-a to select all though... extern (C) int _getch(); alias _getch getch; void main() { getch(); }
build and run, fault, no keyboard input. Can still ctrl-a to select all though...
extern (C) int _getch();
alias _getch getch;
void main()
{
getch();
}