@@ -48,6 +48,10 @@ int main() {
return 69;
}
void __libc_start_main() {exit(main());}
void _start() {
__libc_start_main();
/*
#if defined(__x86_64__)
printf("Compiled for x86_64 architecture\n");
The note is not visible to the blocked user.