Created
March 13, 2019 01:53
-
-
Save chooyan-eng/356b050bf05466497e08d576f1b20de9 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
void main() { | |
var date = "2019/03/13"; | |
print("It is $date today."); // -> It is 2019/03/13 today. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment