refactored
This commit is contained in:
parent
471dbad6aa
commit
f039d394a5
12 changed files with 29 additions and 23 deletions
3
lib/map3terms.dart
Normal file
3
lib/map3terms.dart
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
library map3terms;
|
||||
|
||||
export 'src/map3terms_scrambler.dart';
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
import 'dart:math';
|
||||
import 'whatfreewords_cipher.dart';
|
||||
import 'map3terms_map.dart';
|
||||
|
||||
final Map<String, String> ilist =
|
||||
wlist.map((key, value) => MapEntry(value, key));
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
library whatfreewords;
|
||||
|
||||
export 'src/whatfreewords_scrambler.dart';
|
||||
Loading…
Add table
Add a link
Reference in a new issue