Hello, world!

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.

Related ...

  • NASA Space Apps Challenge 20182018-10-21 NASA Space Apps Challenge 2018 (0)
    NASA had it's 2018th edition of the annual hackathlon - Space Apps Challenge - during this weekend (october 19-21, 2018) . Sadly, we were unable to participate. But, inspired by the […] Posted in First steps
4 1 vote
Article Rating
Subscribe
Notify of
guest
3 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
DCM
DCM
4 years ago

Hello

DCM
DCM
4 years ago

meh

DCM1
DCM1
4 years ago

aa