index
:
esotericFORTRAN.git
main
Lexer, parser and compiler for a FORTRAN like programming language, with an IDE
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
FORTRAN2C
/
build
/
out.c
blob: 47d2d5859ecb5ef7bdbb5c6aaf1fbc9a87ef6fe7 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
#include
<stdlib.h>
int
main
(
int
argc
,
char
**
argv
)
{
}