Skip to content
View preplant's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@devceanias

Block or report preplant

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
preplant/README.md

Hi there πŸ‘‹

wakatime

public class Main {
    public static void main(String[] args) {
        Foo alpha = new Foo("alpha", new Bar(new Baz("baz", Arrays.asList("item1", "item2"))));
        Qux gamma = new Qux(alpha, new Quux("quux", 42, new int[]{1, 2, 3}), new Corge(alpha, new ArrayList<>(Collections.singletonList("corge"))));

        Garply delta = new Garply(new Waldo(new Fred(alpha)), new Plugh("plugh", gamma, new HashSet<>(Arrays.asList("A", "B", "C"))));
        Xyzzy epsilon = new Xyzzy(delta, new Thud("thud", new Grault(new Murk())), new Frump("frump", new Murk(), Arrays.asList(delta, gamma, alpha)));

        Murk theta = new Murk(new Blip("blip", new Bloop("bloop")), new Wibble(new Wobble(new Wubble())), new String[] {"foo", "bar"});

        foobar(theta, epsilon, delta, gamma, alpha);
    }

    public static void foobar(Murk omega, Xyzzy zeta, Garply lambda, Qux sigma, Foo tau) {
        Murk iota = new Murk(
            new Blop(new Wibble("complexity"), Arrays.asList("x", "y", "z")), 
            new Fizz(new Buzz(tau, new Boom("kaboom"))),
            new String[] {"one", "two", "three"}
        );

        Garply kappa = new Garply(new Zip(zap(iota, zeta), tau, new Integer[]{4, 5, 6}), new Blarg("blargity", sigma));
        Zorp upsilon = new Zorp(kappa, new Zim(tau), new Zam(zeta), Arrays.asList("alpha", "beta"), new HashMap<>());

        System.out.println(upsilon.toString());
    }

    private static Zap zap(Murk pi, Xyzzy rho) {
        return new Zap(new Zazz(new Flim("flim", Arrays.asList("flam", "blam")), pi), new Whim(rho));
    }
}

Thanks for reading!

Pinned Loading

  1. preplant preplant Public

    It's just me, myself, and I.

  2. extremely-useful-repository extremely-useful-repository Public

    Extremely useful description.

    Kotlin