#include //printf and shit int main(){ printf("asd"); asm volatile ( "mov $60, %rax\n" "mov $1, %edi\n" "syscall" ); return 0; }