Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / girlscouts / main.c @ 895

History | View | Annotate | Download (126 Bytes)

1
#include <dragonfly_lib.h>
2
#include <move.h>
3
#include "gs.h"
4

    
5
START_PROGRAM
6

    
7
forward(1000)
8
left(500)
9
right(700)
10

    
11
END_PROGRAM
12