source:
trunk/hello.c
Last change on this file was 26, checked in by , 11 years ago | |
---|---|
File size: 255 bytes |
Rev | Line | |
---|---|---|
[26] | 1 | /* Copyright (C) 2014 by Mattia Monga <mattia.monga@unimi.it> */ |
2 | /* $Id$ */ | |
3 | ||
[6] | 4 | #include <stdio.h> |
5 | ||
[26] | 6 | int main(){ |
7 | printf("Ciao %d %s", 5, "mamma"); | |
8 | asm("mov eax, 0"); | |
9 | return 0; | |
[6] | 10 | } |
[26] | 11 | |
12 | /* Local Variables: */ | |
13 | /* compile-command: "make -k " */ | |
14 | /* End: */ |
Note:
See TracBrowser
for help on using the repository browser.