libvmath4

diff examples/simple/main.cc @ 0:4d6383605d64

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 05 Oct 2014 04:00:05 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/simple/main.cc	Sun Oct 05 04:00:05 2014 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#include <stdio.h>
     1.5 +#include <vmath.h>
     1.6 +
     1.7 +int main()
     1.8 +{
     1.9 +
    1.10 +}