main function

void main()

The main function to demonstrate some features of dart_bones.

Implementation

void main() async {
  print('Version: $BONES_VERSION');
}