mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
almost the final version
This commit is contained in:
@@ -14,7 +14,7 @@ int main () {
|
||||
int n ;
|
||||
n = 1 ;
|
||||
{
|
||||
while (n < 11) printf(int,fact(n)) ; n = n+1 ;
|
||||
while (n < 11) printf("%d",fact(n)) ; n = n+1 ;
|
||||
}
|
||||
return ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user