source: trunk/hello.c

Last change on this file was 26, checked in by Mattia Monga, 10 years ago

Programmi 2014

File size: 255 bytes
RevLine 
[26]1/* Copyright (C) 2014 by Mattia Monga <mattia.monga@unimi.it> */
2/* $Id$ */
3
[6]4#include <stdio.h>
5
[26]6int 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.