23 Sep
2023
23 Sep
'23
6:28 p.m.
// hello_world.c #include <stdio.h> int main(int argc, char const ** argv) { printf("Hello, world :D"); return 0; }