Last active
October 21, 2020 09:33
-
-
Save hellohejinyu/b280f3f8a9dfe8b72b13e150f72ba5b5 to your computer and use it in GitHub Desktop.
import.dart
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
library test_import; | |
testPrint() { | |
print("hello world"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment