Skip to content

Instantly share code, notes, and snippets.

@ztirom
Created April 28, 2018 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ztirom/de93be7a2ed5accd90dce24bf547a701 to your computer and use it in GitHub Desktop.
Save ztirom/de93be7a2ed5accd90dce24bf547a701 to your computer and use it in GitHub Desktop.
AX7 Classrunner
class SysClassRunnerExample
{
/// <summary>
/// Runs the class with the specified arguments.
/// </summary>
/// <param name = "_args">The specified arguments.</param>
public static void main(Args _args)
{
info("From Classrunner!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment