Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Hello world in most indonesia languages #4524

Merged
merged 4 commits into from
Oct 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions Indonesia/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Republic of Indonesia

This directory is intended for writing "hello world" in programming language using languages in the Indonesia :)


Hey you, Just wanna let you know.
If now you asking people with *Do you speak Bahasa?*, this question is not right.
The correct question should be *Do you speak Bahasa Indonesia?*.

Because if you using `Do you speak bahasa?` this is same as `do you speak *language*?` :)

2 changes: 2 additions & 0 deletions Indonesia/hello_world_in_indonesia.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Hello world!, greetings from indonesia.
print("Halo Dunia!, Salam dari indonesia.")
9 changes: 9 additions & 0 deletions Indonesia/hello_world_in_javanese.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Hello world!, greetings from Java, Indonesia.

# Use this when you talk with `friend's`
# This is called `jawa ngoko`
print('Halo Dunyo!, Salam soko jawa, Indonesia.')

# Use this when you talk with `old people`
# This is called `jawa krama`
print('Halo Dunyo!, Salam saking jawa, Indonesia.')
3 changes: 3 additions & 0 deletions Indonesia/hello_world_in_sundanese.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Hello world!, greetings from Sunda, Indonesia.
print('Halo Dunya!, Wilujeung ti Sunda, Indonesia.')