// main.c #include <stdio.h> int main(void) { int speed = 200; printf("speed = %d\n", speed); return 0; }