16 lines
99 B
C
16 lines
99 B
C
/*
|
|
*/
|
|
|
|
#include <io.h>
|
|
|
|
int main(void)
|
|
{
|
|
|
|
// Insert code
|
|
|
|
while(1)
|
|
;
|
|
|
|
return 0;
|
|
}
|