Initial commit

This commit is contained in:
2026-01-19 20:09:44 -05:00
commit 9a3aee5769
9 changed files with 520 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// Adovasio_VPNApp.swift
// Adovasio VPN
//
// Created by Benjamin on 1/19/26.
//
import SwiftUI
@main
struct Adovasio_VPNApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}