diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-05-28 05:31:39 +0100 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-05-28 05:31:39 +0100 |
commit | a3409d5c2ed40f69e74f7d0edd25a46e1fab6668 (patch) | |
tree | 6081fc0a3250db1e2f7f0f03147b7d0600922275 /ADSBDecoder | |
download | ADSBDecoder-a3409d5c2ed40f69e74f7d0edd25a46e1fab6668.tar.gz ADSBDecoder-a3409d5c2ed40f69e74f7d0edd25a46e1fab6668.zip |
Initial Commit
Diffstat (limited to 'ADSBDecoder')
-rw-r--r-- | ADSBDecoder/main.swift | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ADSBDecoder/main.swift b/ADSBDecoder/main.swift new file mode 100644 index 0000000..fa84962 --- /dev/null +++ b/ADSBDecoder/main.swift @@ -0,0 +1,11 @@ +// +// main.swift +// ADSBDecoder +// +// Created by Jacky Jack on 28/05/2024. +// + +import Foundation + +print("Hello, World!") + |