Browse Source

Clean up bad end of file markers

pull/604/head
Marshall Gates 6 months ago
parent
commit
1a8f03b322
  1. 2
      Source/Images/d_aztecc/u0/HELLO.C
  2. 2
      Source/Images/d_bascomp/u0/HELLO.BAS

2
Source/Images/d_aztecc/u0/HELLO.C

@ -5,5 +5,3 @@ main()
printf("Hello World, from Aztec C line %d\n", i);
}
}


2
Source/Images/d_bascomp/u0/HELLO.BAS

@ -2,5 +2,3 @@
20 PRINT "Hello World from BASIC, line"; I
30 NEXT I
40 END

Loading…
Cancel
Save