From dfcf6a7b174eba195308fe2f8453e8f643717174 Mon Sep 17 00:00:00 2001 From: shrishtickling <83607556+shrishtickling@users.noreply.github.com> Date: Thu, 13 May 2021 03:38:53 +0530 Subject: [PATCH] Revert "Add files via upload" --- Submission/200106065.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 Submission/200106065.md diff --git a/Submission/200106065.md b/Submission/200106065.md deleted file mode 100644 index c4b6cbf..0000000 --- a/Submission/200106065.md +++ /dev/null @@ -1,39 +0,0 @@ - -# Shrishti Singh -### 200106065 - - -|EVENT NAME |EVENT DATE |Gone through the resources | -|--- |--- |--- | -|OPEN SOURCE |10/5/2021 |YES -|COMPETITIVE CODING |11/5/2021 |NO -|DESIGN |12/5/2021 |YES -|GAME DEVELOPMENT |13/5/2021 |NO -|WEB DEVELOPMENT |14/5/2021 |NO -MACHINE LEARNING |15/5/2021 |NO -|APP DEVELOPMENT |16/5/2021 |NO - - -![Coding club Logo](https://github.com/codingiitg/open_source_submission/raw/main/coding-club%20logo.png) - - - - - #include - using namespace std; - int main() - { - string s = "Shrishti Singh"; - int ascii = 0; - - for(int i = 0; i < s.length(); i++){ - char ch = s[i]; - ascii += ch; - } - - cout << ascii << endl; - } - - -* Had learnt Java when was in 10th🙂 -* Love exploring and learning new things🌸