Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of howderek

howderek

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

Stats

128
EtPoint
37
Vote count
0
questions
6
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'