https://github.com/jacoblincool/without-semicolon
Ok, so runable code of those languages can be done without any semicolon.
https://github.com/jacoblincool/without-semicolon
Last synced: 2 months ago
JSON representation
Ok, so runable code of those languages can be done without any semicolon.
- Host: GitHub
- URL: https://github.com/jacoblincool/without-semicolon
- Owner: JacobLinCool
- License: mit
- Created: 2022-01-21T17:47:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:54:31.000Z (over 2 years ago)
- Last Synced: 2025-03-18T21:36:29.148Z (over 1 year ago)
- Language: C#
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Without Semicolon
Ok, so runable code of those languages can be done without any semicolon.
- [C](./c)
- [C#](./csharp)
- [JavaScript](./javascript)
- [Python](./python)
- [TypeScript](./typescript)
## Contributing
All contributions are welcome, including:
- Adding new language to the list
- Adding new example
- Explaining the reason behind the code