Skip to main content
Commonmark migration
Source Link

#Java, size 70, Rodolvertice

Java, size 70, Rodolvertice

enum n{s;public static void main(String[]acl){System.out.print((s));}} 

I had no idea how enums even worked, with a default toString() returning their name in the source code and all, but there were so few non-boilerplate characters available that it was easy to discover.

#Java, size 70, Rodolvertice

enum n{s;public static void main(String[]acl){System.out.print((s));}} 

I had no idea how enums even worked, with a default toString() returning their name in the source code and all, but there were so few non-boilerplate characters available that it was easy to discover.

Java, size 70, Rodolvertice

enum n{s;public static void main(String[]acl){System.out.print((s));}} 

I had no idea how enums even worked, with a default toString() returning their name in the source code and all, but there were so few non-boilerplate characters available that it was easy to discover.

deleted 2 characters in body
Source Link
feersum
  • 31.8k
  • 10
  • 66
  • 125

#Java, size 70, RodolfoverticeRodolvertice

enum n{s;public static void main(String[]acl){System.out.print((s));}} 

I had no idea how enums even worked, with a default toString() returning their name in the source code and all, but there were so few non-boilerplate characters available that it was easy to discover.

#Java, size 70, Rodolfovertice

enum n{s;public static void main(String[]acl){System.out.print((s));}} 

I had no idea how enums even worked, with a default toString() returning their name in the source code and all, but there were so few non-boilerplate characters available that it was easy to discover.

#Java, size 70, Rodolvertice

enum n{s;public static void main(String[]acl){System.out.print((s));}} 

I had no idea how enums even worked, with a default toString() returning their name in the source code and all, but there were so few non-boilerplate characters available that it was easy to discover.

Source Link
feersum
  • 31.8k
  • 10
  • 66
  • 125

#Java, size 70, Rodolfovertice

enum n{s;public static void main(String[]acl){System.out.print((s));}} 

I had no idea how enums even worked, with a default toString() returning their name in the source code and all, but there were so few non-boilerplate characters available that it was easy to discover.