Skip to content

Instantly share code, notes, and snippets.

@thacac
Created April 7, 2020 14:01
Show Gist options
  • Save thacac/ca529d36ca506e150dbf2da6851dbc44 to your computer and use it in GitHub Desktop.
Save thacac/ca529d36ca506e150dbf2da6851dbc44 to your computer and use it in GitHub Desktop.
le classic hello world
var message="Hello World";
alert(message;
@thacac
Copy link
Author

thacac commented Apr 7, 2020

Hey, il manque la parenthèse fermante ligne 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment