Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 420 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 420 Bytes

3nd test of the discipline "Programação 2" at UESPI

Students:

  • Weslley de Jesus

to run program

dart pub get && dart run bin/main.dart

to compare outputs in Linux with diff

for see the differences

diff examples/output.txt <(dart run bin/main.dart)

for compare outputs in two columns (side-by-side)

diff examples/output.txt <(dart run bin/main.dart) -y