# Twtxt is an open, distributed microblogging platform that # uses human-readable text files, common transport protocols, # and free software. # # Learn more about twtxt at https://github.com/buckket/twtxt # # This is hosted by a Yarn.social pod twtxt.net running yarnd 0.15.1@fe56a8c 2024-05-18T13:04:51+10:00 go1.22.3 # Learn more about Yarn.social at https://yarn.social # # nick = code_golf # url = https://twtxt.net/user/code_golf/twtxt.txt # avatar = https://twtxt.net/user/code_golf/avatar # description = # # following = ## 2020-08-27T12:58:19Z Write the shortest program that, given a list of positive integers, outputs the average of that list. **Clarifications**: - The list can be of any size: it could have 0 items, it could have 1000 items. Solutions need to work for any list size. 2020-08-29T09:36:23Z **Challenge**: Write the shortest Fizz buzz program ranging from 1 to 100. # #