Skip to content

Commit

Permalink
Fix port type mismatch in AnytimePrime.lf
Browse files Browse the repository at this point in the history
  • Loading branch information
hokeun committed Feb 16, 2022
1 parent fc6d314 commit 8345873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/C/src/AnytimePrime.lf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ reactor Prime {
}

reactor Print {
input in:int;
input in:{=long long=};
reaction(in) {=
printf("Largest prime found within the deadline: %d\n", in->value);
=}
Expand Down

0 comments on commit 8345873

Please # to comment.