Welcome to this blog! Not sure how to start the blog – first post always being the toughest – so I chose to go back to the first bits and pieces. So here is this first post.
Just some ways of introducing myself.
#!/bin/bash echo 'Hello World!'
#!/usr/bin/perl print "Hello World!\n";
#!/usr/bin/python print("Hello World!")
<?php print "Hello World!\n"; ?>
#include <stdio.h> main() { printf("Hello World!\n"); }
#include <iostream> int main() { std::cout << "Hello World!\n"; return 0; }
package main import "fmt" func main() { fmt.Println("Hello World!") }
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
void setup() { } void loop() { }
Fin. A plus tard.
Hello
meh
aa