https://github.com/iolanguage/nulladdon
https://github.com/iolanguage/nulladdon
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/nulladdon
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:57:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T18:46:25.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:48:47.797Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NullAddon
A do-nothing addon for Io, primarily intended to serve as
a skeleton for writing your own addons, without having to
rewrite all the boilerplate yourself. It implements only
one method, hello, which does the obvious job of greeting the world.