Arduino programs are called ‘sketches’, and are based on the C programming language. Open the IDE and you’ll see a blank sketch, with the two basic areas for code: void setup() and void loop(). If you see an empty script, choose File > Examples > 01.Basics > BareMinimum.