module G = Graphics let () = G.open_graph ""; G.resize_window 320 240; G.set_color G.red; G.plot 100 100; ignore (G.read_key ())