Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for Support and Testing.
Download

Github repo cloud-examples: https://github.com/sagemath/cloud-examples

11078 views
License: MIT
1
#!/usr/bin/env bash
2
gfortran -o cylinder cylinder.f90
3
./cylinder
4
5
6