Skip to content

Instantly share code, notes, and snippets.

View TalelMejri's full-sized avatar
🎯
Talel

Talel Mejri TalelMejri

🎯
Talel
View GitHub Profile
@TalelMejri
TalelMejri / LearningDart.dart
Last active August 11, 2023 15:57
dart language Fundamentals
void main() {
//numbers
int counter; //null
double pirce;
int count=4;
double priceProduct=10.5;
int? old=int.tryParse("25");
@TalelMejri
TalelMejri / TalelMejri-2022.stl
Created April 28, 2023 12:16
My2022Skyline
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.