2024-10-14 11:37:17 +02:00

334 B

Hints

1. Prefixed library imports

  • Notice that the test script (test/pig_latin_test.dart) imports the solution file using a prefix:

    import 'package:pig_latin/pig_latin.dart' as pigLatin;
    
  • Learn more: Specifying a library prefix