source: sans/utils/Teabag/main.c @ 838

Last change on this file since 838 was 837, checked in by ajj, 11 years ago

Checkin of Teabag code for TISANE.

File size: 137 bytes
Line 
1#include <stdio.h>
2
3int main (int argc, const char * argv[]) {
4    // insert code here...
5    printf("Hello, World!\n");
6    return 0;
7}
Note: See TracBrowser for help on using the repository browser.