A minimal “first script” example:
// main.scad cube([10,10,10]);
Explain:
What files to edit.
How modules/functions are exposed.
How to render and export your model.