Processing: Difference between revisions

Content deleted Content added
mNo edit summary
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
Undid revision 927559489 by Case1976 (talk) silly
Line 64:
==Examples==
{{original research|date=June 2019}}
The simplest possible version of a "Hello, World" program in Processing is:
 
<source lang="arduino">
//This prints "Hello, World." to the IDE console.
println("Hello, World.");
</source>