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