Skip to content

Commit

Permalink
Removed ointended errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Dec 16, 2024
1 parent c152179 commit 0c909db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module lang::rascalcore::compile::Examples::Tst0


import Reflect;
import util::Reflective;

int XX1 = 14 ;
int XXX = 13;

int main() = XX;
int main() = XX1;

0 comments on commit 0c909db

Please sign in to comment.