mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
5 lines
58 B
Dart
5 lines
58 B
Dart
library pocketpy;
|
|
|
|
void test(){
|
|
print("Hello World!");
|
|
} |