#include <stdio.h>
#include <dir.h>
int
main(
void
)
{
disk;
disk = getdisk() +
'A'
;
printf
(
"The current drive is: %c\n"
,
disk);
return
0;
}