Hello world! from john

hello world!

Im john
I just found Garuda coming from Deb.
I work as helpdesk in France.
25y old, single or many but never engage.
I came here to learn and contribute to the project.

nothing more to say,
yours faithfully.

10 Likes

Welcome to Garuda!

5 Likes

Hi there!

5 Likes

#include <stdio.h>
int main()
{
*/
printf("Hello John");
return 0;
}

Hello John

12 Likes
#include <iostream>

int main()
{
    std::cout << "Hello John and welcome to Garuda!\n";
}
8 Likes

Hello John! Welcome to Garuda!

Nice to see you here :slight_smile:

3 Likes

Welcome to Garuda.

5 Likes