This commit is contained in:
parent
dbdc465605
commit
cb45bca574
@ -324,6 +324,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
let text_limit = c_char(dd);
|
let text_limit = c_char(dd);
|
||||||
handlev = d.lines().collect::<Vec<_>>()[0].to_string();
|
handlev = d.lines().collect::<Vec<_>>()[0].to_string();
|
||||||
let ten_l = d.lines().collect::<Vec<_>>().len();
|
let ten_l = d.lines().collect::<Vec<_>>().len();
|
||||||
|
println!("{}", ten_l);
|
||||||
if ten_l == 1 {
|
if ten_l == 1 {
|
||||||
ten_p = d.lines().collect::<Vec<_>>()[1];
|
ten_p = d.lines().collect::<Vec<_>>()[1];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user