Skip to content

Instantly share code, notes, and snippets.

View moifeer's full-sized avatar
💭
I may be slow to respond.

moifeer

💭
I may be slow to respond.
View GitHub Profile
@moifeer
moifeer / main.dart
Created April 26, 2023 22:35
Prueba 2 DART: Pokemon
void main() {
final String pokemon = 'ditto';
//int variable entera
int hp = 5;
print ('${hp * 2}, ${hp / 2}');
//triple comilla guarda la tabulación