DEV Community

yoshi_koyama
yoshi_koyama

Posted on • Edited on

Myanmar Language

To test that the following is a correct sentence.
မင်္ဂလာပါ

Rey Tech Logo

public static void main(String[] args){
  System.out.println("Hello World");
}
print("Hello World")

i = 0
if i = 1:
 print("i= " + str(i))
else:
 print("i= " + str(i))
<dl>
  <dt>Definition list</dt>
  <dd>Is something people use sometimes.</dd>

  <dt>Markdown in HTML</dt>
  <dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
</dl>
+ const newMethodName = (a, b) => {
- const myMethod = (a, b) => {
    return a + b
 }

This code block is no longer available. The original code is shown below.


    
// visible, reader-editable JavaScript code goes here
main()
function main(){
  hello();
}
function hello() {
  const hiddenVar = 42
  console.log(hiddenVar)
  console.log("hello world")
}

  

Top comments (0)