diff options
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") + + + |