Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Arti Singh

Arti Singh

Arti Singh has asked 1 questions and find answers to 0 problems.

Stats

5
EtPoint
0
Vote count
1
questions
0
answers

About

To be filled with loads of code!

But for now my favorite program:

include <stdio.h>
int main() {
   printf("Hello World!");
   return 0;
}

Arti Singh answers