Skip to content

Instantly share code, notes, and snippets.

View fisforfaheem's full-sized avatar
🏠
Working from home

Faheem Ahmad fisforfaheem

🏠
Working from home
View GitHub Profile
@fisforfaheem
fisforfaheem / History\-1292d0d\entries.json
Last active August 15, 2022 12:02
A program that inputs a series of 20 numbers and display the minimum and maximum value (c++)
{"version":1,"resource":"file:///c%3A/Users/Faheem/Documents/GitHub/f4zone_2022/lib/commons/profile.dart","entries":[{"id":"OgOP.dart","source":"Move child property to end of arguments","timestamp":1660309489110}]}
// 1
// z = 2
// 2
#include <iostream>
using namespace std;
void encrypt(char *);
void decrypt(char *);