This commit is contained in:
Valeria Fadeeva 2023-06-13 11:05:07 +05:00
parent 9ab7534997
commit d80b60591c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
extern crate dotenv; extern crate dotenv;
use dotenv::dotenv; // use dotenv::dotenv;
use fltk::{prelude::*, app, text::SimpleTerminal, frame::Frame, window::Window}; use fltk::{prelude::*, app, text::SimpleTerminal, frame::Frame, window::Window};