Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of howderek

howderek

howderek has asked 0 questions and find answers to 7 problems.

Stats

141
EtPoint
39
Vote count
0
questions
7
answers

About

I am currently working with Python, React, and PostgreSQL to build applications for network automation.

You can find my website here.


bash -c 'echo \'int main (){printf("console.log(\"Hello, world\")");}\' | gcc -o /tmp/hl -xc -include "stdio.h" - && /tmp/hl | node'