11 lines
117 B
C
11 lines
117 B
C
#include "printlib.h"
|
|
|
|
// Return statememnt with expression
|
|
|
|
int main(){
|
|
return 1 + 2;
|
|
}
|
|
|
|
// EXPECTED
|
|
// EXECCODE 3
|