Generation

generate functionSat, 12 Nov 2022

Draw a 10 pixel wide line

++ void drawLine(int length) { for(int i = 0; i < length; i++) { //draw a pixel }

Want to kickstart your project?Use the new AI Studio to create your code