Cancel
Save avatar

Change avatar costs 20 points

Pegit Purple
80 points
Level 69
1424 Comment(s)
3600 Upvote(s)
Pegit Purple - 1761147734
Another manwha with a goated start gone for the shitter
6
0
Pegit Purple - 1760478414
Don't know if it was supposed to be compelling or what but I'm not feeling satisfied at all if this is the resolution
12
0
Pegit Purple - 1760440023
Don't know about others but I don't really mind the time skip. Cuz I feel without it they would have gut gone off some tangent again and as it ends next chapter this is not bad actually
5
0
Pegit Purple Furue - 1760250260
Game so good it's worth dying for....or smth
1
0
Pegit Purple - 1760134540
https://i.postimg.cc/MKLLjgS5/i.png
5
0
Pegit Purple GBcyphers - 1760016599
It is getting a bit lackluster than a few others I'm reading. I keep it for reading in free time when no new chapter for any else is available.
0
0
Pegit Purple Phyrite - 1759579735
I needed it on Linux fast but my mind went blank so I opened mangakatana on there pasted the text from windows and copied on linux
1
0
Pegit Purple Phyrite - 1759578758
Desperate times came to desperate measures(and I forgot to delete it afterword)
1
0
Pegit Purple - 1759483529
#include <stdio.h>
#include <unistd.h>
#include <sys/wait.h>
int main() {
pid_t pid = fork(); // create child process
if (pid == 0) {
// Child process
FILE *fp = fopen("output.txt", "w");
if (fp != NULL) {
fprintf(fp, "Hello from child process!\\n");
fclose(fp);
}
printf("Child process ID: %d\\n", getpid());
}
else {
// Parent process
wait(NULL); // wait for child to finish
FILE *fp = fopen("output.txt", "r");
char line[100];
if (fp != NULL) {
printf("Parent process ID: %d\\n", getpid());
printf("File content:\\n");
while (fgets(line, sizeof(line), fp)) {
printf("%s", line);
}
fclose(fp);
}
}
return 0;
}
0
0
Pegit Purple - 1759266137
Yeah sure she's running out of mental strength now. Why was she not affected by the immense influx of mental strength being consumed after using his spells. She literally didn't even feel and difference until she was running out of it. Peak writing/s
14
0
Pegit Purple - 1759260851
I have a feeling we'll see her again soon.
1
0
Pegit Purple - 1758855393
Genuinely shed a tear https://i.postimg.cc/mDm0zqcy/i.png
2
0
Pegit Purple - 1758745464
Hello guys, my name is welcome and this is aurafarming simulator
0
0