mirror of
https://github.com/processing/processing4.git
synced 2026-04-26 22:20:43 +02:00
moving getting started to the books subfolder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Example 05-01 from "Getting Started with Processing"
|
||||
// by Reas & Fry. O'Reilly / Make 2010
|
||||
|
||||
void draw() {
|
||||
// Displays the frame count to the Console
|
||||
println("I’m drawing");
|
||||
println(frameCount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user