#include <stdio.h> #include "stdlib.h" int main(void) { printf("This is a random number: %d", rand()); return 0; }