From c0b9a6fcb1bcc922c4530fe0598441270d6d1eb9 Mon Sep 17 00:00:00 2001 From: tyler-tenny <91796104+tyler-tenny@users.noreply.github.com> Date: Sat, 2 Oct 2021 09:42:32 -0700 Subject: psuedocode --- psuedocode.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 psuedocode.txt diff --git a/psuedocode.txt b/psuedocode.txt new file mode 100644 index 0000000..cf59d2e --- /dev/null +++ b/psuedocode.txt @@ -0,0 +1,6 @@ +SET A = 10 +SET B = 100 +SET C = 1000 +SET D = A + B + C +DIVIDE D BY 3 +PRINT "D" \ No newline at end of file -- cgit v1.2.3