Really short C program to print out your ip address. Run it as an .exe.
#include<stdlib.h>
main() { system("C:\\Windows\\System32\\ipconfig"); }
No comments:
Post a Comment