diff options
| author | mo8it <mo8it@proton.me> | 2024-04-24 02:52:30 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-24 02:52:30 +0200 |
| commit | 8a085a0a85c759029cd57c28364867bde817e738 (patch) | |
| tree | b45b6f11597130690232b2eaa9621f25ecf98200 /src/main.rs | |
| parent | edf57626129467dacc0c6f04b2ca00e64d5b2245 (diff) | |
Dump solution and show its path
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9ff218a..790fff6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,6 +23,7 @@ mod init; mod list; mod progress_bar; mod run; +mod terminal_link; mod watch; const CURRENT_FORMAT_VERSION: u8 = 1; |
