mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 21:04:20 +01:00
5 lines
162 B
Dart
5 lines
162 B
Dart
import 'package:wien_talks_be/wien_talks_be.dart' as wien_talks_be;
|
|
|
|
void main(List<String> arguments) {
|
|
print('Hello world: ${wien_talks_be.calculate()}!');
|
|
}
|