Fixed c template
This commit is contained in:
parent
f384394559
commit
577dc829c2
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int
|
int main( int argc, char *argv[] ) {
|
||||||
main( int argc, char *argv[] )
|
|
||||||
{
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
# cursor: 6 del
|
# cursor: 4 del
|
||||||
|
|
Loading…
Reference in a new issue