#include "anusio.h"
char *name = "Caleb";
char *langs[] = {"C", "C++", "Assembly", "Javascript", "Python"};
char *tools[] = {"Vim", "GCC", "G++", "NASM", "Python", "VS Code", "GNU/Linux", "Ghidra"};
int main() {
printf("%s, %s, %s\n", name);
for (int i = 0; i < 5; i++) {
printf("%s", langs[i]);
printf("\n");
}
for (int x = 0; x < 8; x++) {
printf("%s", tools[x]);
printf("\n");
}
return 0;
}
⚙️ What I use to get stuff done
- OS: Kali Linux
- Specs: Ryzen 5 1600X @4.20 GHz, GTX 980ti 2-way SLI, 48GB RAM @3000 MHz, ASUS ROG Strix B450-F Gaming, 850 watt PSU
- Browser: Suckless Surf and Firefox
- Code Editor: Vim
- Window Manager: UWM
- Keyboard: Razer Blackwidow Chroma with custom keycaps
- Mouse: Razer Deathadder
- Audio: Nobsound Tube Amplifier | Audio Technica ATH-M50X
- Laptop: Lenovo Thinkpad R60
- Laptop OS: Debian 10
https://stackoverflow.com/questions/1265040/how-to-count-total-lines-changed-by-a-specific-author-in-a-git-repository
https://github.com/Itz-Hyperz