#HelloWorld
12 ta dasturlash tilida "Hello World @apiuz" ni chop etish
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
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");
}
}