rusi/test_ru/short.c

5 lines
115 B
C
Raw Normal View History

// short.c - Проверка типа short
цел главн(){
корот к = 123;
возврат к;
}