Skip to content

Instantly share code, notes, and snippets.

@ar
Last active May 15, 2022 23:13
Show Gist options
  • Save ar/4c2798cd5dac6d26d9d9417db02d495f to your computer and use it in GitHub Desktop.
Save ar/4c2798cd5dac6d26d9d9417db02d495f to your computer and use it in GitHub Desktop.
Q2 next
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS org.jpos:jpos:3.0.0-SNAPSHOT
//REPOS mavenCentral,jpos=https://jpos.org/maven
//JAVA 17+
class Q2 {
public static void main(String... args) throws Exception {
org.jpos.q2.Q2.main(args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment