Maya / test_simple.my
Clemylia's picture
Upload 11 files
2ed5595 verified
# Test simple pour Maya v5.0
# Fichier: test_simple.my
my.console('🌸 Test d\'exécution Maya v5.0 🌸')
my.console('Bonjour depuis Maya!')
my.variable nom = 'Développeur'
my.console('Bienvenue ' + nom + '!')
my.math(10 + 5)
my.math.carre(5)
my.math.racine(16)
my.draw.heart()
my.console('✅ Test terminé avec succès!')