mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
almost the final version
This commit is contained in:
@@ -13,7 +13,7 @@ int abs (int x){
|
||||
int main () {
|
||||
int i ;
|
||||
i = abs (16);
|
||||
printf (int,i) ;
|
||||
printf ("%d",i) ;
|
||||
return ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user