Created
September 13, 2019 18:22
-
-
Save raushankrjha/9722c8fae0a333102d0b51ea1bf44a8e 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
main() | |
{ | |
print("Hello Coders.."); | |
print(10/2); | |
print(10+121); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment