hello-dart.dart (197B)
- // SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob>
- // SPDX-License-Identifier: BSD-3-Clause
- void main(List<String> arguments) {
- print('Hello, world!');
- }
git clone https://anongit.hacktivis.me/git/deblob.git/
hello-dart.dart (197B)
- // SPDX-FileCopyrightText: 2019-2022 deblob Authors <https://hacktivis.me/projects/deblob>
- // SPDX-License-Identifier: BSD-3-Clause
- void main(List<String> arguments) {
- print('Hello, world!');
- }