index
:
c-chess
master
Chess engine and AI written in plain C [extremely buggy!]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: ce974d679f63238fa2480a25b2a369c086c1f9f5 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> int main() { printf("Hello, world\n"); return 0; }