PureScript, 25 bytes main=log("Hello, World!") Try it online!
posted 3y ago by Kevin M. Mansour
# [PureScript](https://www.purescript.org/), 25 bytes ``` main=log("Hello, World!") ``` [Try it online!](https://tio.run/##KygtSi1OLsosKPmfm59SmpOq4JuYmadQnpFalMqVmVuQX1Si4JqWlppcouecn1ecD1SgkZOfrvk/F6jMFsjSUPJIzcnJ11EIzy/KSVFU0vz/HwA)