cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

constructor.js (93B)


      1export function Locale(config) {
      2    if (config != null) {
      3        this.set(config);
      4    }
      5}