diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2021-03-04 18:41:38 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2021-03-04 18:41:38 +0000 |
commit | 782c8c074fc722329696e74eeb34209145ee841e (patch) | |
tree | eeea4370a17222293a152ce5dd3d434d9034bb44 /OCRImage/main.swift | |
download | OCRImage-782c8c074fc722329696e74eeb34209145ee841e.tar.gz OCRImage-782c8c074fc722329696e74eeb34209145ee841e.zip |
Initial Commit
Diffstat (limited to 'OCRImage/main.swift')
-rw-r--r-- | OCRImage/main.swift | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OCRImage/main.swift b/OCRImage/main.swift new file mode 100644 index 0000000..d00d3e9 --- /dev/null +++ b/OCRImage/main.swift @@ -0,0 +1,11 @@ +// +// main.swift +// OCRImage +// +// Created by Jacky Jack on 04/03/2021. +// + +import Foundation + +print("Hello, World!") + |