Le cortisol ne te fait PAS prendre du poids.
Mais il te fait grossir.👇
À alimentation équivalente, le stress chronique modifie surtout la composition corporelle sans grand changement de poids : perte de muscle et accumulation de graisse abdominale.
#Nutrition#cortisol
Today I implemented a program in C to determine the winner of a short Scrabble-like game. 🏆
I probably should have used an array to count points, but ended up using a really long if statement instead. 😅
#100DaysOfCode#Developer#Coding#CS50#Programming
Spent a few hours today building a program in #C to check whether a credit card number is valid. 💳
Key rules:
- Number of digits
- Several intricate operations across digits
That was fun!
#Coding#Programming#CS50#100DaysOfCode#Developer
I just submitted my second project for the @CS50 Harvard course! 📝
After a great introduction to C, we had to implement a program that recreates the Mario pyramid using hashes (#) for bricks. 🏰
#100DaysOfCode#Developer#Coding#CS50#Programming
Just started my #CodingJourney with the #CS50 Harvard online course by @davidjmalan!
✅ Learned how computers understand numbers, text, images, music, and video.
🚀 Working on not just the right algorithms, but also their efficiency.
Project 0: Build with @scratch!