/** I'm a library! **/ /** a random number generator (only works once) **/ function randomNumber() { return 7; } function main() { randomNumber(); }