Project_IO's Personal Profile
Find a file
2023-02-27 23:57:44 +09:00
.gitignore feat: update current profile source 2022-05-20 11:08:45 +09:00
main.c feat: include 'stdlib.h' and 'string.h' 2022-07-24 23:22:44 +09:00
Makefile feat: update current profile source 2022-05-20 11:08:45 +09:00
README.md Update README.md 2023-02-27 23:57:44 +09:00

#include <stdio.h>

int main(int argc, char **argv) {
  printf("Hello, World!");
  return 0;
}
[projecttl@fedora ~]$ gcc -o a.out main.c
[projecttl@fedora ~]$ ./a.out
Hello, World!
[projecttl@fedora ~]$

I'm Project_IO, A backend developer 👨‍💻 working since 2015 🚀

  • 🔭 Im currently working on Project_IO's Official Workspace
  • 🌱 Im currently learning Ruby
  • Ask me about anything related to Minecraft Server Bukkit API
  • Fun fact:
    • C not have bool type.(If not including stdbool.h)
    • HTML is not programming language.

Connect with me


Github Stats



Using Languages