Nematillo Ochilov
893 subscribers
341 photos
129 videos
383 files
697 links
Buxoro viloyati Gʻijduvon tumanida istiqomat qiluvchi dasturchi, @Nematillo_Ochilov

youtube.com/c/nematilloochilov
@NematilloOchilov - blog
@pythonuz - Python darslari
@js_uz - Java Script
@MQLUZ - Savdo robotlari
@sjtbot - Test kalitlarini tekshirish
Download Telegram
#HelloWorld
12 ta dasturlash tilida "Hello World @apiuz" ni chop etish
# Python 2.x |  print "Hello World @apiuz"


# Python 3.x |  print ("Hello World @apiuz")


# Javascript |  console.log("Hello World @apiuz");


# PHP        |  echo "Hello World @apiuz";


# Ruby       |  puts 'Hello World @apiuz'


# Perl       |  print "Hello World @apiuz\n";


# Lua        |  print("Hello World @apiuz")


# Swift      |  print("Hello World @apiuz")


# Go         |  package main

                import "fmt"

                func main() {

                  fmt.Println("Hello World @apiuz")

                }


# C++        |  // my first program in C++

                int main()

                {

                  std::cout << "Hello World @apiuz";

                }

                

# HTML       |  <!DOCTYPE html>

                <html>

                  <body>

                    <p>Hello World @apiuz</p>

                  </body>

                </html>


# C#         |  using System;

                class MainClass {

                  public static void Main (string[] args) {

                    Console.WriteLine ("Hello World @apiuz");

                  }

                }
Forwarded from Nematillo Ochilov (Admin)
#HelloWorld
12 ta dasturlash tilida "Hello World @apiuz" ni chop etish
# Python 2.x |  print "Hello World @apiuz"


# Python 3.x |  print ("Hello World @apiuz")


# Javascript |  console.log("Hello World @apiuz");


# PHP        |  echo "Hello World @apiuz";


# Ruby       |  puts 'Hello World @apiuz'


# Perl       |  print "Hello World @apiuz\n";


# Lua        |  print("Hello World @apiuz")


# Swift      |  print("Hello World @apiuz")


# Go         |  package main

                import "fmt"

                func main() {

                  fmt.Println("Hello World @apiuz")

                }


# C++        |  // my first program in C++

                int main()

                {

                  std::cout << "Hello World @apiuz";

                }

                

# HTML       |  <!DOCTYPE html>

                <html>

                  <body>

                    <p>Hello World @apiuz</p>

                  </body>

                </html>


# C#         |  using System;

                class MainClass {

                  public static void Main (string[] args) {

                    Console.WriteLine ("Hello World @apiuz");

                  }

                }