Wartość zmiennej drukowania CPP
printf("%d\n", x); // Keep in mind to use the correct format string
// See reference sheet here for format strings:
// https://en.cppreference.com/w/c/io/fprintf
Flyhouse_Squarewheel