projects
/
T7
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add dvisvgm4ht module to compile correctly shemes in html docs
[T7]
/
main.c
1
/*
2
* T7 compiler
3
*
4
* Copyright (C) 2018 Nicolas Mauger
5
* This file is subject to the terms and conditions of the
6
* CeCILL free software license agreement. See the file
7
* LICENSE in the main directory of T7 for more details.
8
*/
9
10
#include "plain.h"
11
12
int main()
13
{
14
statements();
15
return 0;
16
}