Hacktoberfest-accepted-2022
Hacktoberfest-accepted-2022 copied to clipboard
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value t...
added code to find maximum subarray sum in an array
Hi @dikshantrajput , i want to add hello world program in TS. can you assign it to me ?
Please assign me this issue under hacktober fest 2022.
Testing PR templates hacktoberfest-accepted
import requests import json def send_sms(number, message): url = 'https://www.fast2sms.com/dev/bulk' params = { 'authorization': 'FIND_YOUR_OWN', 'sender_id': 'FSTSMS', 'message': message, 'language': 'english', 'route': 'p', 'numbers': number } response = requests.get(url, params=params)...
my self ashish chavan I'm 3rd yr CS student
Hi! I want to contibute here because of the Hacktoberfest. I'm a begginer programmer but I want to help with this Fibonacci sequence in Java, can I?
Testing PR templates
Testing PR templates