Created
February 13, 2018 17:17
-
-
Save VishDev12/5fb8c12dc079a60087c24558903a80ec to your computer and use it in GitHub Desktop.
Sequential Programming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| image = download (imagePath); | |
| processedImage = process (image); | |
| upload (processedImage); | |
| text = download (textPath); | |
| processedText = process (text); | |
| upload (processedText); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment