Skip to content

Instantly share code, notes, and snippets.

View Ajaya1000's full-sized avatar
🐵
Learning

Ajaya Mati Ajaya1000

🐵
Learning
View GitHub Profile
function setup() {
createCanvas(400, 400);
}
function draw() {
background(255,0,0)
}
function setup() {
createCanvas(400, 400);
}
function draw() {
background(200)
}
function setup() {
createCanvas(400, 400);
}
function draw() {
}