1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-07 20:36:26 +02:00

Updated to Dart 2.19.6

This commit is contained in:
RVG|lory 2023-04-08 13:52:48 +02:00 committed by GitHub
parent 86d897d580
commit 28314f16ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 0 deletions
packages/dart/2.19.6

3
packages/dart/2.19.6/test.dart vendored Normal file
View file

@ -0,0 +1,3 @@
void main() {
print('OK');
}