Created
April 22, 2020 00:55
-
-
Save Varriount/bacbcb5af7e75f686249eec3a94195f5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import module_b | |
from module_c import nil | |
echo HelloFromModuleB | |
echo module_c.HelloFromModuleC |
This file contains hidden or 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
var HelloFromModuleB* = "Hello! I'm from module B!" |
This file contains hidden or 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
var HelloFromModuleC* = "Hello! I'm from module C!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment