Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • \$\begingroup\$ That's handy. I didn't know that when using an interface main doesn't need public and print doesn't need the full path! I was going to do class S{public static void main(String[]a){java.lang.System.out.print(33);}}, a whole 13 bytes more. Though if you named the interface S, then you would save a char. \$\endgroup\$ Commented Jun 16, 2017 at 4:49
  • \$\begingroup\$ Whoops, a was supposed to be lowercase \$\endgroup\$ Commented Jun 16, 2017 at 4:54
  • 2
    \$\begingroup\$ Yeah - I feel like the toolbox generator is adding too many chars each time. \$\endgroup\$ Commented Jun 16, 2017 at 5:05
  • \$\begingroup\$ @WheatWizard would you be able to modify the toolbox script to add back fewer chars? Adding 12 each time seems like too much because in most cases, we use less than 12 chars (except for Java that used 28). \$\endgroup\$ Commented Jun 16, 2017 at 5:06
  • \$\begingroup\$ @andrewarchi I think I will leave the character count on this question, I plan on doing a revamped version of this question with a lower character count and some more features to keep it interesting. \$\endgroup\$ Commented Jun 16, 2017 at 15:31