Hi,
I’m mostly into robotics, movies and coding projects.
I’m from Kochi, India.
I’m not much of a writer but trying to get better.
Here’s the mandatory “hello world” in my first ever post:
/* @author: Kartha */
#include<iostream.h>using namespace std;
int main( ){
cout << “hello world”;
return 0;
} // no errors
To run this funny looking thing, paste it into a .c file and run by using the following commands:
- Compile
- Run
Compile:
C:/> g++ helloworld.c -o hello.exe
Run:
C:/> ./hello.exe
Hope this helps you get started. Let’s do a thousand programs like this and see the results.
I might make a move to substack because the WP editor here isn’t designed for code natively. Maybe we can tell the Vivaldi team about it. Let’s see if they’re still active!
Glad to have you here as my one and only reader 🙂
Much love,
Nikhil