Skip to content

Commit

Permalink
Create helloworld-in-id.js
Browse files Browse the repository at this point in the history
Create a hello world program using the Indonesian language (ID)
  • Loading branch information
wahyudieko authored Oct 4, 2018
1 parent 4d087fa commit 9ede004
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Javascript/helloworld-in-id.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello World in Indonesia</title>
</head>
<body>

<script>
alert("Halo Dunia!");
</script>

</body>
</html>

0 comments on commit 9ede004

Please sign in to comment.