Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 253 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 253 Bytes

How to run code in FLang

  • Write your code in file with .f extension (default: test_code.f)
  • Compile code by writing in terminal sh flangc.sh test_code.f (or path to your input file instead of test_code.f)
  • Run with sh flang.sh