Last active
June 26, 2020 10:54
-
-
Save graysuit/57ff558234d674c85a692feee7bff3e6 to your computer and use it in GitHub Desktop.
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
public static class a | |
{ | |
public static void main() | |
{ | |
var abc = "%ABC%"; | |
msgbox(abc); | |
} | |
} |
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
Public Module a | |
Public sub main() | |
Dim abc = "%ABC%" | |
msgbox(abc) | |
End sub | |
End module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sfasdfdsf