Submit a PR solving Hello, World! in a different language
- Program should print "Hello, World!"
- Create a file in
languages
with the language name as the file name (followed by the language file extension)- EXAMPLE:
dart.dart
- If your language has special characters (C++ for example), replace with however the language traditionally expresses the language (cpp)
- EXAMPLE:
- Lowercase language names are preferred (
Dart.dart
should bedart.dart
) - If you find a problem with any of the files, open a PR to change it!