Skip to content

Instantly share code, notes, and snippets.

use std::collections::VecDeque;
use std::time::Instant;
use std::time::{SystemTime, UNIX_EPOCH};
use tokio::select;
use tokio::stream::StreamExt;
use tokio::time::{self, Duration};
#[derive(Debug)]
struct Website {
pub url: String,
import javax.swing.*;
import java.awt.*;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.geom.Line2D;
import java.util.ArrayList;
import java.util.List;
public class test {
public static void main(String args[]) {