Skip to content
View LAUBERGINE's full-sized avatar
πŸ‰
Fruits and vegetables are your friends|Les fruits et les lΓ©gumes sont tes amis
πŸ‰
Fruits and vegetables are your friends|Les fruits et les lΓ©gumes sont tes amis
Block or Report

Block or report LAUBERGINE

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LAUBERGINE/README.md

LAUBERGINE

EGGPLANTS.FR

def welcome():
	print("Hello World")

welcome()

πŸ“Š MY STATS

β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Žβ€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž
β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Žβ€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Žβ€Ž β€Ž β€Ž β€Žβ€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Žβ€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Žβ€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž

πŸ“œ MY CV

char* monCv(char subdomain[3], char domain[21]){
	
	char url[24];
	
	strcpy(url, subdomain);
	strcat(url, domain);
	    
	return strdup(url);
}
	
int main() {
	
	char subdomain[3] = "cv.";
	char domain[21] = "eggplants.fr";
	  
	char *urlcv = monCv(subdomain, domain);
	printf("%s\n", urlcv);
	free(urlcv);
	
	return 0;
}
cv.eggplants.fr

πŸ“‹ TO-DO LIST PROJECTS 2024

⬜️ Password Manager with GUI (PlantsPASS)
⬜️ My Personalised CSS Page
⬜️ Editeur de texte en ligne (PlantsText)
⬜️ ???
⬜️ ???

Pinned Loading

  1. PlantsPASS PlantsPASS Public

    Gestionnaire de Mot De Passe

    C

  2. Project-CSS Project-CSS Public

    CSS import to web site

    CSS

  3. Chiffrement-texte-en-python Chiffrement-texte-en-python Public

    Python

  4. Project-Fx78sb Project-Fx78sb Public

    Python