This repository has been archived on 2023-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
langue-phundrak-com/web/dart/main.dart

6 lines
90 B
Dart

import './reorganize_html.dart' show reorganizeHtml;
void main() {
reorganizeHtml();
}