1#include <stdio.h> 2#include "main.h" 3 4int main() 5{ 6 world_tests(); 7 printf("\nOK\n"); 8 return 0; 9}