uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

bad example when creating a new wollok program #591

Closed Juancete closed 8 years ago

Juancete commented 8 years ago

The default example crashes. Need to replace

this.println('Hello Wollok')

to

console.println('Hello Wollok')

javierfernandes commented 8 years ago

I think you can close this now. Is merged into dev. Will see the light with 1.4 release

Juancete commented 8 years ago

Ok!