Remote-Code-Command-execution

A naive ssh clone, with screen sharing
git clone https://github.com/abdulrahim2002/Remote-Code-Command-execution

Log | Files | Refs | README

prog1.c (68B)


      1  #include <stdio.h> 
      2  int main() { printf("hello"); scanf("%d"); }