#include <stdio.h> int main(void) { char *str="Hello, Gcc Inline Assembly World!n"; puts(str); return 0; }