Thank you all for your continued support and for being part of this amazing community:
đ 4500 subscribers on YouTube, 5700 followers on Instagram, 4700 members in the Facebook group, 3900 on TikTok and 2500 on Threads! đ
We are over 20,000 retrocomputing and vintage electronics enthusiasts! đžâ¤ī¸
Thank you also for the donations of computers, software, boards and components: your support makes all this possible! đ In the videos, I always try to bring your treasures back to life to show how they work and to enrich the collection.
If you have a vintage computer left over and you don't need it, don't throw it away, contact me!
đ Keep following me for lots of new content! đ
đ YouTube: https://www.youtube.com/@ValorosoIT
đˇ Instagram: https://www.instagram.com/valorosoit
đ Facebook: https://www.facebook.com/groups/computervintage
đ Facebook: https://www.facebook.com/ame.valorosoit
đšī¸ TikTok: https://www.tiktok.com/@valorosoit
đ Threads: https://www.threads.net/@ValorosoIT
đ Happy Holidays from ValorosoIT! đ
For those interested in the Commodore 64 BASIC V2 program listing, here it is:
10 PRINT CHR$(147);CHR$(150) 20 FOR I = 1 TO 9 30 FOR J = 1 TO 10 - I 40 PRINT " "; 50 NEXT J 60 FOR K = 1 TO 2 * I - 1 70 IF I = 2 THEN PRINT CHR$(153); 80 PRINT "*"; 90 NEXT K 100 PRINT 110 NEXT I 120 PRINT 130 PRINT CHR$(154);" BUON NATALE !" 140 PRINT 150 PRINT " WWW.VALOROSO.IT" 160 PRINT: PRINT
Of course, the music was added later, during the editing of the video, and is not included in the program in BASIC V2!