]> Pileus Git - ~andy/sfvlug/blob - cc/source/hello.c
Update C Compiling presentation.
[~andy/sfvlug] / cc / source / hello.c
1 #include <stdio.h>
2
3 int main()
4 {
5         printf("hello, sfvlug!\n");
6         return 0;
7 }