Last active
May 15, 2022 23:13
-
-
Save ar/4c2798cd5dac6d26d9d9417db02d495f to your computer and use it in GitHub Desktop.
Q2 next
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///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