Ithan Cabrera - 100 lineas - Imagen Escrita

De Casiopea


TítuloTarea N° 1 Imagen Escrita 2012, Ithan Cabrera
Tipo de ProyectoProyecto de Curso
Palabras Claveprocessing, tarea 1
Período2012-
Del CursoImagen Escrita 2012,
CarrerasArquitectura, Diseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Ithan Cabrera
ProfesorHerbert Spencer

void setup() {

 size(700, 700);
 background(255);
 for (int y=0; y<700; y=y+7)
   line((y), y, 1, 700);

}