We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871bf24 commit b41c7d2Copy full SHA for b41c7d2
4 files changed
examples/BaseProgram/BaseProgram.pde
@@ -0,0 +1,3 @@
1
+import base.Readers;
2
+
3
+println("Integer: " + Readers.readInt());
examples/BaseProgram/ReadData
resources/build.properties
@@ -76,7 +76,7 @@ project.name=BaseProgram
76
77
# The name as the user will see it. This can contain spaces and special characters.
78
79
-project.prettyName=Base program for writing simple processing programs
+project.prettyName=Base Utilities
80
81
82
# Use 'normal' or 'fast' as value for project.compile.
src/base/BaseProgram.java src/base/Readers.javasrc/base/BaseProgram.java renamed to src/base/Readers.java
@@ -42,7 +42,7 @@
42
*
43
*/
44
45
-public class BaseProgram
+public class Readers
46
{
47
48
public final static String VERSION = "##library.prettyVersion##";
0 commit comments