]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/blob - example.c
Add autotools build system and rename some things.
[libsvgtiny-pixbuf.git] / example.c
1 #include <stdio.h>
2
3 int main(int argc, char** argv) {
4 printf("Hello, world!\n");
5 return 0;
6 }