This is my first post in my personal blog , it will focus on Development in general, Algorithms, Data & DevOps. tutorials will be available as written blogs & video ISA . you can suggest topics to be covered.
for now i wanna say Hello World
1 2 3 4 5 6 | #include <stdio.h> int main(void) { printf("hello, world\n"); } |
1 2 3 4 5 6 7 | #include <iostream> int main() { std::cout << "Hello, world!\n"; return 0; } |
1 2 3 4 5 6 7 8 9 | using System; class Program { static void Main(string[] args) { Console.WriteLine("Hello, world!"); } } |
1 2 3 4 5 6 7 | package main import "fmt" func main() { fmt.Println("Hello, World") } |
1 2 3 4 5 | class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Prints the string to the console. } } |
1 | console.log("Hello World!"); |
1 | <?php echo "Hello, World"; |
1 | print("Hello World") |
6 comments On Hello World !
hi
hi mohammed
Keep going dude
thank you mohamed
Congratulations ya Ahmed
Thank You Abdulrahman
Sliding Sidebar
About Me
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam.
Social Profiles
Recent Posts
Hello World !
January 9, 2018Facebook