~wattazoum/+junk/blackjack

« back to all changes in this revision

Viewing changes to blackjack.c

  • Committer: Rahim OUATTARA
  • Date: 2012-10-28 16:51:16 UTC
  • Revision ID: ouatrahim@gmail.com-20121028165116-wuii1fdrhjr14z8n
Passage à anjuta

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 
2
/*
 
3
 * main.c - Auto-generated by Anjuta's Makefile project wizard
 
4
 * 
 
5
 */
 
6
 
 
7
#include <stdio.h>
 
8
int main()
 
9
{
 
10
        printf("Hello world\n");
 
11
        return (0);
 
12
}