Ajay

53
reputation
8

HelloWorld, I'm AJAY

  • Pursuing B.Tech in AI & DS from Kerala


Interested in Python & C

print("HelloWorld") # from python
#include <stdio.h>
int main() {
   printf("Hello, World!"); // from C
   return 0;
}