MCPcopy Create free account
hub / github.com/bsideup/jabel / main

Method main

example/src/main/java/com/example/JabelExample.java:9–11  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

7public class JabelExample {
8
9 public static void main(String[] args) {
10 System.out.println(new JabelExample().run(args));
11 }
12
13 public String run(String[] args) {
14 // Switch Expressions

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected