index
:
ungenius/toradora.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.cpp
blob: 6187ea4b946af7892d40e039e32b8af7706d3150 (
plain
)
1
2
3
4
5
6
7
#include
<iostream>
auto
main
(
int
argc
,
char
*
argv
[])
->
int
{
return
0
;
}