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
Line 
1/* Copyright (C) 2014 by Mattia Monga <mattia.monga@unimi.it> */
2/* $Id$ */
3
4#include <stdio.h>
5
6int main(){
7 printf("Ciao %d %s", 5, "mamma");
8 asm("mov eax, 0");
9 return 0;
10}
11
12/* Local Variables: */
13/* compile-command: "make -k " */
14/* End: */
Note: See TracBrowser for help on using the repository browser.