#include "cavy_lib.h" main() { char x; x = 1; while (x <= 10) { put_i(x); x = x + 1; } }