UnivesalDisassembler(2003)

hello.c

Go to the documentation of this file.
00001 #include <stdio.h>
00002 
00003 int main(int argc, char *argv[])
00004 {
00005     printf("Hello, wordl!\n");
00006     return 0;
00007 }