Graphs_dart/tex/dart/helloWorld.dart

4 lines
43 B
Dart
Raw Normal View History

2021-11-23 15:53:01 +03:00
void main() {
print("Hello World");
}