From e46a011e0289d58e77145577dcc5ae850f41e30d Mon Sep 17 00:00:00 2001 From: dianshi Date: Sat, 24 Jun 2023 08:33:07 +0100 Subject: Creating compiling Register Watch --- RegisterWatch/main.swift | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RegisterWatch/main.swift (limited to 'RegisterWatch') 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") + + + -- cgit v1.2.3