diff options
author | dianshi <arturs.artamonovs@protonmail.com> | 2023-06-24 08:33:07 +0100 |
---|---|---|
committer | dianshi <arturs.artamonovs@protonmail.com> | 2023-06-24 08:33:07 +0100 |
commit | e46a011e0289d58e77145577dcc5ae850f41e30d (patch) | |
tree | b121345036e78d77832967f325d6cde93a67cf47 /RegisterWatch | |
parent | be866bf22b370f5d525b91dee6719394d5f7baa9 (diff) | |
download | r820sdr-init-e46a011e0289d58e77145577dcc5ae850f41e30d.tar.gz r820sdr-init-e46a011e0289d58e77145577dcc5ae850f41e30d.zip |
Creating compiling Register Watch
Diffstat (limited to 'RegisterWatch')
-rw-r--r-- | RegisterWatch/main.swift | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/RegisterWatch/main.swift b/RegisterWatch/main.swift new file mode 100644 index 0000000..41871f2 --- /dev/null +++ b/RegisterWatch/main.swift @@ -0,0 +1,13 @@ +// +// main.swift +// RegisterWatch +// +// Created by Jacky Jack on 24/06/2023. +// + +import Foundation + +print("Register Watch") + + + |